body{
  background-image: url(../imagenes/fondop.svg);
}

h1{
font-family: 'Raleway', sans-serif;
font-weight: 900;
text-align: center;
color: #f1c40f;
letter-spacing: 8px;
font-size: 91px;
padding-top: 34px;
margin-bottom: 2%;
    
}

h2{
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-align: center;
color: #f1c40f;
letter-spacing: 7px;
font-size: 33px;
margin-top: -8px;
}


main{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 55%;
 width: 75%;
 height: 33%;
 background-color:  #2C3E50; 
 border-style: solid;
 border-color: white;
 border-radius: 50px;
}

p{
 font-family: 'Raleway', sans-serif;
 font-weight: 400;
 color: white;
 font-size: 2.2rem;
 text-align: center;
 line-height: 4rem;
 margin-left: auto;
 margin-right: auto;
 width: 86%;
}

.boton{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 9%;
 width: 47%;
 color:white;
 background-color: #e85344;
 border-style: solid;
 border-color: white;
 border-radius: 100px; 
}

.boton:hover{
 background-color: #425e79;
 color: white;
 border-radius: 100px;
}

h3{
 font-family: 'Raleway', sans-serif;
 font height: 700;
 font-size: 50px;
 text-align: center;
 color:white;
 margin-top: 5.5%;
 height: 27px;
    
}
a{
    text-decoration: none;
    color: black;
}