body {
  margin:0;
  background:#0b0f1a;
  font-family:'Poppins', sans-serif;
  overflow-x:hidden;
}

/* HERO */
.hero {
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  color:white;
}

.hero h1 {
  font-size:50px;
  letter-spacing:2px;
}

.hero p {
  opacity:0.7;
}

/* PANEL */
.panel {
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
}

.panel img {
  width:70%;
  border-radius:20px;
  transform:scale(0.8);
  opacity:0;
}
