#Respuesta-valor {
    font-family: sans-serif;
}

#Simulacion{
    border-radius: 10px;
    margin-top: 2%;
    border: 4px solid blue;
    width: 650px;
    height: 295px;
}
.Simulacion{
    margin-top: 2%;
    display: flex;
    flex-direction: column;
    width: 650px;
    height: 295px;
}

.Respuesta {
    text-align: center;
    color: #020887;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 20px;
}

.Formulario {
    text-align: center;
    margin-bottom: 1%;
}

.vectorial {
    margin-bottom: 2%;
    text-decoration: underline;
}

.botocito {
    margin-top: 1%;
}
.EntradasVI h2{
    color: #020887;
}