*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "font";
    src: url(/Montserrat-VariableFont_wght.ttf);
}
body{
    font-family: "font";
    background-color:#5CDB95 ;

}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-direction: column;

}
.block{
    background-color: #379683;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.945);
    padding: 10px;
}
.block1{
    background-color: #37968387;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.363);
    padding: 10px;
}
section{
    display: flex;
    justify-content: space-between;

}
.ritesite{
   
    margin-left: 20px;
    max-width: 300px;
    min-width: 20px;

}
.news_right{
    margin: 20px 0;
}
.news{
    margin-bottom: 20px;
}
footer{
    margin-top: 20px;
    text-align: senter;
}
.block img{
    width: 100%;
    border-radius: 5px;
}
.news_right img {
    height: 50px;
    overflow: hidden;
    object-fit: cover;

}
.block:hover{
    box-shadow: 0 0 10px #EDF5E1;
    transition: 0.3;
    transform: scale(1.02);
}

.button{
    background-color: rgb(83, 167, 97);
    padding: 3px;
    border-radius: 5px;
   
}
.folow img {
border-radius: 500px;
}