*{
    font-family: "Georgia";
}

.page-content {
    min-height: 100vh;
    background: linear-gradient(45deg, rgb(151, 151, 151), #ffffff);
}

.card{
    -webkit-box-shadow:0 0 10px grey; 
    -moz-box-shadow: 0 0 10px grey; 
    box-shadow:0 0 10px grey;
    border-radius: 10px;
}

.card-text{
    opacity: 0.5;
}

.tel{
    height: 6vh;
    padding-bottom: 10px;
}

h1{
    font-weight: 700;
    font-size: 4vh;
    padding-bottom: 20px;
    
}

h5{
    font-size: 3vh;
    padding-bottom: 5px;
}