body{
    background-color: #E5E5E5;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 14px;
}
h1{
    margin: 0;
}
ul{
    padding: 0px 20px;
    
}
li{
    list-style-type: decimal;
    margin-top: 5px;
}
.container{
    max-width: 1140px;
    padding: 0px 20px;
    margin: 0 auto;
}
.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header{
    height: 40px;
    background-color: #000;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}
.header__logo{
    width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
.section-title{
    font-size: 18px;
}
.section-title{
    margin-top: 20px;
}
.content{
    padding: 0px 15px;
    margin-bottom: 20px
}
.content-title{
    font-family: 'Bebas Neue', cursive;
    font-size: 48px;
    text-align: center;
    color: #000;
    margin: 60px 0px 25px 0px;
}
.content-container{
    max-width: 370px;
    margin: 0 auto;
}

.footer{
    background-color: #000;
    color: #fff;
    height: 50px;
    margin-top: auto;
    display: flex;
    align-items: center;
}
.footer__container{
    display: flex;
    justify-content: space-between;
    
}
.footer__container{
width: 1140px;
margin: 0 auto;
padding: 0px 15px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:first-child{
    padding-right: 20px;
}

@media(max-width: 479px){
    .footer__container{
        flex-direction: column;
    }
    .footer__right{
        margin-top: 10px;
    }
}
