* {
    font-family: system-ui, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}

#page{
   height: 100vh;
   width: 100vw;   
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-size: 32px;
   text-align:center;   
}

.block {
    display:flex;
    height:50vh;
    width: 100%;  
    flex-direction:column;
    align-items: center;
    justify-content: center; 
}

.content {   
    padding-left: 10%;
    padding-right: 10%;  
    text-align: center;     
}

.link {
    display: block;
    color: #00739C;
}

#lower-section {    
    border-top: 1px solid #EFEFEF;
    background: linear-gradient(#FFF, #E1F7FF);
}

#find-us-content {
    font-weight: bolder;
}

@media only screen and (max-width: 600px) {
    #page {
        font-size: 20px;
    }
}
