*{
    margin:0;
    padding: 0px;
    box-sizing: border-box;
}
body{
      background-image:url("../images/astrologia.jpg");
}
.formulario {
    width: 900px;
    background:   #020d35;
    padding: 30px;
    margin: auto;
    margin-top: 50px;
    border-radius: 30px;
    font-family:serif;
}

h2{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
}

section p {
    background: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 15px;
    margin: 30px;
}
.preguntas {
    width:60%;
    background: pink;
    border-radius: 14px;
    border: black 1px solid;
    font-weight: bold;
    font-size: 15px;
    color : #020d35;
    padding: 15px;
    margin-bottom: 150px;
    margin-top: 30px;
}
.text{
    width: 100%;
    background: #b6c1dc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px ridge white;
    font font-size: 18px;
    font-family:serif;
}

div{
    width: 100%;
    background: #b6c1dc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px ridge white;
    font font-size: 18px;
    text-align:center;
    font-family:serif; 
}
div select {
    background: pink; 
    width: 40%;
    text-align: left;
    font-family: serif; 
}

#boton {
    background: none;
    display: flex;
    color: black;
    border: none;
}

#boton2 {
    color: black;
    background: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    margin-left: 215px;
    border: 3px ridge black;
    text-align: center;   
}
#boton2:hover{
    background-color:#dbf8fc;
    color:darkblue;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px;
    margin-left: 215px;
    border: 3px ridge black;
    text-align: center;
}

h3{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: black;   
    background: #b6c1dc;
    padding: 10px;
    border-radius: 4px;
    margin: 50px;
    border: 1px ridge white;
    font-family:serif; 
}

