*{
  margin: 0;
  padding: 0;
}

body{
  margin:0;
  font-family:montserrat;
  font-size:15px;
  color:#000;
  line-height:1.6;

}
#showcase{
  background-image: url('../rgp-visual.png');
  background-size: contain;
  background-position:center bottom;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction:column;
  justify-content:top;
  align-items:center;
  padding: 0 20px;
  text-align:center;

}

#showcase p{
  font-size: 30px;
}

#showcase img {
  max-width: 50%;
  height: auto;
}

#showcase .button{
  font-size: 18px;
  text-decoration: none;
  color:#fff;
  padding:20px 30px;
  border-radius:5px;
  margin-top:40px;
  background:#dbac00;
}

#showcase .button:hover{
  background: #cea718;


}

img{
  padding:100px;
  height: 180px;
  padding-bottom: 0;
}
