body {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;   
}

.container {
    display: flex;     
    height:95vh;
    flex-direction: column;      
    align-items: center;  
    text-align: center;
    justify-content: center;
}

.address {
    margin-top: -10px;
    color:blue;
    font-weight: 600;   
}