.button {
   background-color: #a0ac00;
   border: solid 4px;
   border-color: #cfc9ce;
   color: white;
   padding: 16px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 18px;
   margin: 4px 2px;
   -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.4s;
   cursor: pointer;
   font-family: imprint mt shadow;
   border-radius: 200px;
   width: 246px;
   outline: none;
}

.button:hover{
background: #918495;
}

.button:active {
  background-color: #918495;
  box-shadow: 0 5px #a0ac00;
  transform: translateY(4px);
}

body{
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.etc{
font-family:footlight mt light;
font-size:250%;
font-weight:bold;
color:#a2ad00;
-webkit-text-stroke: 0.2px #311b58;
}

.gal{
font-family:footlight mt light;
font-size:220%;
font-weight:bold;
color:#a2ad00;
-webkit-text-stroke: 0.2px #311b58;
}

.pres{
font-family:footlight mt light;
font-size:160%;
font-weight:bold;
color:#7f7075;
-webkit-text-stroke: 0.2px #393b32;
}

.otro{
font-family:footlight mt light;
font-size:220%;
font-weight:bold;
color:#7f7075;
-webkit-text-stroke: 0.2px #393b32;
}