@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    font-family: 'Cooper Hewitt', sans-serif;
    background-color: #110C3D;
    margin: 0;
    padding: 0;
}


html {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
    font-family: 'Bebas Neue', sans-serif;
    color: white;
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.2rem;
    }
    
    h3 {
        font-size: 1rem;
    }
}