body{
    margin: 0;
    padding: 0;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.52;
    color: #EF4444;
    background: #fff
}

a{
    color: #92400E;
    text-decoration: none
}

h2{
    font-size: 27px;
    margin: 0 0 21px;
    font-weight: 600
}
