*{
    margin: 0px;
    padding: 0px;
}

.header-home{
    background-image: url(../img/download.jpg);
    background-size: cover;
    height: 700px;

}

.nav-home{
    width: 770px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 180px;
    align-items: center;
}

.nav-section a{
    margin-left: 30px;
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: 700px;
    margin-left: 70px;
}
.nav-home button{
    background-color: #ed7c6a;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 13px;
    margin-left: 50px;
}
.header-home h3{
    color: white;
    background-color: #6baa93;
    width: 75%;
    padding: 20px;
    text-align:center;
    font-size: 40px;
    border-radius: 30px;
    letter-spacing: 2px;
    font-family: monospace;
    line-height: 2;
    margin: auto;
    margin-top: 50px;
}

@media only screen and (max-width:768px){
    .header-home h3{
        font-size: 25px;
    }
}

.school-home hr{
    width: 180px;
    height: 5px;
    margin: auto;
    display: block;
    margin-bottom: 50px;
    background-color: #e98317;
    border: none;
    margin-top: 18px;
}

@media only screen and (max-width:768px){
    .school-home{
        text-align: center;
    }
}

.touch-home{
    background-image: url(../img/Path\ 62.png),url(../img/i-love-my-job-so-much_329181-2178.png);
    height: 700px;
    background-size: cover;
    padding-top: 40px;
}

@media only screen and (max-width:992px){
    .touch-home{
        height: fit-content;
        padding: 40px;
    }
}
