*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
    overflow-x: hidden;
}
header{
    background-color: #ffc90d;
    margin-bottom: 50px;
}
h1{
font-style: normal;
font-weight: 800;
font-size: 32px;
line-height: 40px;
}
.content{
    margin-top: 50px;
}
.content1{
    margin-top: 60px;
}
h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 163.15%;
}
p{
    font-weight: 400;
    font-size: 18px;
    line-height: 163.15%;
}
footer{
    margin-top: 50px;
}