.container{
    width: 1100px;
    height: 825px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    margin-top:  100px;
    

}
body{
    background-color: rgb(255, 255, 255);
    background-image: url(images/fon.jpg);
}
.box1{
    background-color: cadetblue;
    width: 1100px;
    height: 200px;
    margin-bottom: 5px;
    border-radius: 10px;
    

}
.box2{
    width: 202px;
    height: 500px;
    border: 2px solid black;
    float: left;
    border-radius: 5px;
    padding-top: 50px;
    float: left;
    background-color: white;
    
    
}
.box3{
    width: 881px;
    height: 552px;
    border: 2px solid black;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    opacity: 0.5;
    margin-bottom: 10px;
   text-align: justify;
   background-color: white;
    
}
.box4{
    border: 2px solid black;
    width: 1093px;
    height: 40px;
    border-radius: 5px;
    clear: both;
    opacity: 0.5;
    font-size: large;
    text-align: center;
    
    padding-top: 10px;
    background-color: white;
    
    
}
p{
    font-size: 22px;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: cadetblue;
    transition:  1000ms ease-in-out;
    
}

a:hover{
    color: rgb(8, 4, 4);
}