@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

*{
    box-sizing: border-box !important;
    text-decoration: none;
    font-family: 'Abel', sans-serif;
}
html, body 
{
    width: 100% !important;
    height: 100% !important;   
    background-color: white;
}
