body{
    font-family: 'Roboto', sans-serif;
    text-align: center;    
    font-size: 2vmin;
    display: flex;
    flex-direction: column;   
    flex-shrink: 103; 
    justify-content: center;  
    height: 100vh;
    max-height: 100vh;
    margin: 0px 2px;    
}

body h1 {    
    margin-left: auto;
    margin-right: auto;          
}

body h1 img {
    max-width: 100%;
}

address{
    font-style: normal;    
    font-size: 2em;    
}

a{
    text-decoration: none;
    color: black;    
}

a:hover{
    text-decoration: underline;
}