.background{
    background-color:blue;
    height:30vh;
    position: relative;
    border-top-left-radius:15px;
    border-top-right-radius:15px ;
}
.background img{
    margin:60px 30px;
    border-radius:10px;
}
.sports{
    display:flex;
    justify-content: space-between;
    margin:30px 40px 40px 150px;
}
.contacts{
    display: flex;
    justify-content: space-between;
    margin: 70px 0px;
}