body{
    margin: 0;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Nunito Sans';
}

.dark{
    background-color: #070707 !important;
}