#box1{
    height: 100vh;
    width: 100%;
    background-image: url("../images/aa5.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box2{
    height: 100vh;
    width: 100%;
    background-image: url(../images/aas.JPG);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box3{
    height: 100vh;
    width: 100%;
    background-image: url("../images/aa4.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box4{
    height: 100vh;
    width: 100%;
    background-image: url("../images/aa3.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#testopar{
    background-color: #292929;
    color: #292929;
    font-size: 36px;
    font-family:   verdana, cursive;
}