body {
    font-family: Arial, sans-serif;
    line-height: 3;
    margin-top: 20px;
    color: #333;
    background-color: #141520;
    margin-left: 80px;
    margin-right: 80px;
    
    
}

h1 {
    color: #ffffff;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #afafaf;
}

address {
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 80px;
    
    font-size: 18px;
}

.header1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    
}

@media (max-width: 768px) {
    body{
    
        margin-left: 40px;
        margin-right: 40px;
    
    }

    .header1 {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
        margin-top: 40px;
        margin-bottom: 40px;

    }

    p{
        font-size: 15px;
    }

    address {

        margin-top: 10px;
        margin-bottom: 60px;
        
        font-size: 16px;
    }


    .home img {
        max-height: 80px;
    }
}
