.logo{
    background: url("Logo.png") no-repeat;
    background-size:  cover;
    width: 120px;
    height: 100px;
    margin: 0 auto;
}
.container{
    font-family: Mulish;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
h1,h3{
    text-align: center;
    line-height: 50px;
}
ul {
    list-style-type: none;
}