@charset "UTF-8";
/* CSS Document */



body {
    
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    background-color: black;
    color: white;
}

.topper {
    color: red;
}