@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}

img {
    max-width: 400px;
    height: auto;
}

.next {
    text-align: center;
    height: 100vh;
}

@media (max-width:600px) {
    h1 {
        font-size: 80px;        
    }

    h2 {
        font-size: 25px;
    }    
}

/* @media (max-width:500px) {
    
    img {

    }
} */