*{
  margin:0;
  padding:0;
}

body {
  margin:0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:17px;
  color:#FF69B4;
  line-height:1.6;
}

#showcase{
  background-image:url('../img/showcase.jpg');
  background-size:cover;
  background-position:center;
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:0 20px;
}

#showcase h1{
  font-size:50px;
  color: white;
  margin-bottom:80px;
}



#showcase h2{
  font-size:35px;
  margin-bottom:50px;
  margin-top:20px;
  color: white;
}

#showcase .button{
  font-size:40px;
  text-decoration:none;
  color: white;
  border:#581234 3px solid;
  padding:10px 50px;
  border-radius:30px;
}

#showcase .button:hover{
  background:#581234;
  color:#fff;
}
