
*{
  box-sizing: border-box;
}

  @import url('https://fonts.googleapis.com/css2?family=Handjet:wght@200&family=Oswald:wght@300;400;500;600&family=Poppins:wght@300;400;500;600&family=Roboto+Slab&family=Roboto:wght@400;700&family=Source+Sans+3&display=swap');


body{
  background-image: url('https://media.istockphoto.com/id/680866296/photo/barman-is-making-cocktail-at-night-club.webp?b=1&s=170667a&w=0&k=20&c=3BXfffiu5i4BiU_hPWckC4fW2RNmTlumvH3iV4Al9VY=');
}
main{
  margin: 0 50px;
}
.main{
  height:50%;
  width:50%
}


h4{
  color:rgba(245, 40, 145, 0.8);
  font-size: 3.2rem;
  font-weight: bold;
}

h3{
  font-size: 3.2rem;
  color:rgba(0, 119, 111, 1);
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.btn, .btn-continue{
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  width: 72%;
}

.btn{
  color:rgba(253, 17, 0, 1);

}

.btn-continue{
  color:rgba(53, 0, 253, 1);
}

h2{
  color:rgba(132, 253, 0, 1);
  font-size: 3.2rem;
}

input, .get{
  font-size: 1.7rem;
  display: flex;
  flex-direction: row;
  width: 72%;
}
.get{
  color: rgba(158, 150, 215, 0.8);
  font-family: 'Source Sans 3', sans-serif;
  
}

h1{
  color: rgba(255, 0, 0, 0.8);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 3.5rem;

}

.emoji{
  width:10%;
  margin-right: 5%;
}