body {
  width: 100%;
  background: linear-gradient(90deg, #2c3e50 0%, #3AFFA2 100%);
  color: white;
  
  font-family: "Audiowide", Sans-Serif;
}

.emoji {
   margin: 0px auto;
   font-size: 100px;
 }
 
 p.emoji:hover{
   opacity: 0;
   
   transition-duration: 1s;
 } 
 
  .greenbean{
    width: 100%;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
 .enter{
   
   max-width: 33%;
  
  margin: 10px;
  padding: 5px;
  
  text-decoration: none;
  text-align: center;
  color: #3affa2;
  
  border-radius: 100px;
  border: groove 1px white;
  box-shadow: 10px 10px 10px #2c3e50;
  
  flex: 1;
  
  }
  a:hover{
  background-color: #3affa2;
  color: #2c3e50;
}

  
  h1{
    text-align: center;
    order:1;
    flex: 1;
  }
  


.image {
  order: 2;
  max-width: 70%;
  box-shadow: -10px -10px 50px #00FF9F, 10px 0px 10px #2c3e50;
  border-radius: 50%;

  opacity: 0.9;
  flex: 1;
}