body {
    background-image: url('imagenes/inter.png');
    background-repeat: repeat;
    margin: 0;
    }

.name{
    font-family: 'Fredoka One', cursive;
    text-align: center;
    padding-top: 10%;
    font-size: 6.4vh;
    color: #3feca4;
    text-shadow: 4px 0 0 #000,
     -4px 0 0 #000, 
     0 4px 0 #000, 
     0 -4px 0 #000, 
     2px 2px #000, 
     -2px -2px 0 #000, 
     2px -2px 0 #000, 
     -2px 2px 0 #000;
}

form {
     text-align:center;
     }

input[type=number]
{
  height: 4vh;
  text-align: center;
  margin-bottom: 3vh;
  font-size: 15px;
  border-width: 2px;
  border-radius: 10px;
  margin-top: 12vh;
  border-color: #ff3e5a;
  width: 18vh;
}
::placeholder{
    font-family: 'Roboto', sans-serif;
    color: #706d6d;

}
input::placeholder{
    font-size: 1.7vh;
}
textarea{
  width: 31vh;
  text-align: center;
  height: 10vh;
  font-size: 2.1vh;
  border-width: 2px;
  border-radius: 10px;
  border-color: #ff3e5a;
  color: #3b3b3b;
  font-family: 'Roboto', sans-serif;
}
button{
    width: 14vh;
    height: 35px;
    border-width: 4px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 2.9vh;
    margin-bottom: 3vh;
    margin-right: 1.5vh;
    margin-left: 1.5vh;
    font-family: 'Roboto', sans-serif;
    background-color: hsl(165, 59%, 54%);
    border-color:  hsl(165, 59%, 54%);
    border-style: solid;
    font-weight: 900
}

