*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    border: none;
    list-style: none;
    text-decoration:none;
    font-size:1.6rem;
    font-family: 'Inter', sans-serif;
}
html{
    font-size: 62.5%;
}
body{
 background-color: #FEFAD7;
}
:root{
    --color-brand-blue: #ffffff;
    --color-brand-red: #E00309;
    --color-brand-gray: #D33F3F;
}
img{
    max-width: 100%;
    display: block;
}
button{
    background-color:transparent ;
    cursor: pointer;
}