html {
    font-family: Verdana, arial, Times New Roman, sans-serif;
    font-size: 16px;
    line-height: 160%;
}
h1{
    text-align: center;
    line-height: 160%;
}
body{
    width: 98%;
}
@media screen and (min-width: 960px){
    .divhome{
        flex-direction: row;
        width: 80%;
    }
    .containtHome{
        width: 70%;
    }
    .menuPhai{
        width: 30%;
    }
    h1{
        font-size: 21px;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .divhome{
        flex-direction: row;
        width: 90%;
    }
    .containtHome{
        width: 70%;
    }
    .menuPhai{
        width: 30%;
    }
    h1{
        font-size: 20px;
    }
}
@media screen and (max-width: 759px){
    .divhome{
        flex-direction: column;
        width: 100%;
    }
    .containtHome{
        width: 100%;
    }
    .menuPhai{
        width: 100%;
    }
    h1{
        font-size: 18px;
    }
}
main{
    background-image: url('/Img/Template/background-home.jpg');
    width: 100%;
    background-repeat: repeat-y;
    margin-top: 40px;
}
.divhome{
    display: flex;
    margin-right: auto;
    margin-left: auto;
} 
.containtHome{
    border-right: 0.5px solid rgb(204, 195, 195);
}