* {
    margin: 0;
}

body {
    background:url("pic/provans_g_seryi420420.jpg");

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: gray;
    height: 6vw;
}

.header-logo {
    font-size: 4vw;
    font-family: 'Lobster', cursive;
    color: black;
    font-weight: 800;
    margin-left: 20px;
}

.header-tel{
    font-size: 2em;
    font-family: 'Lobster', cursive;
    color: black;
    font-weight: 800;
    margin: 20px;
}

.header-icon{
    display: flex;
    margin-right: 20px;
}

.header-icon-img{
    margin-left: 14px;
}

.wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
    min-width: 520px;
}

.news{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 13px;
    background-color: #77B2D0;
}

.news-item{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    padding: 20px;
    margin: 10px;

}

.news-item-text{
    text-align: justify;
    width: 400px;
}

.news-item img {
    padding: 10px;
    font-family: 'Lobster', cursive;

}

.news-item-data{
    font-size: 1.5em;
    font-family: 'Lobster', cursive;
}

.footer{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: gray;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    font-family: 'Lobster', cursive;
}
.gallery{

    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    


}
