#DICODE{
    width: 10%;
    height: 10%;
    }
body{
    margin: 5px 5px 5px 5px;
    padding: 50px;
    background: url(Imagenes/fondoAzul.jpg);   
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    }
h1 {

    font-size: 55px;
    color: darkorange;

}   

section{

    margin: 50px;
    text-align: justify;
}

.boton1{

    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: rgb(255, 254, 254);
    background-color: hsl(200, 72%, 62%);
    border-radius: 10px;
    border: 2px solid rgb(1, 83, 177);
    cursor: pointer;
    }

.boton1:hover{
    color: #1883ba;
    background-color: #ffffff;
    }

.boton2{

    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: rgb(255, 254, 254);
    background-color: hsl(200, 72%, 62%);
    border-radius: 10px;
    border: 2px solid rgb(1, 83, 177);
    cursor: pointer;
    }
    
.boton2:hover{
    color: #1883ba;
    background-color: #ffffff;
    }

div input {
    border-radius: 10px;
    border: 3px solid rgb(1, 83, 177);
    }

.textBox1 {

width: 500px;
height: 100px;
border-radius: 10px;
border: 3px solid rgb(1, 83, 177);
}

.textBox2 {
    
width: 500px;
height: 100px;
border-radius: 10px;
border: 3px solid rgb(1, 83, 177);
    }

footer {
    position:relative;
    bottom: 0;
    width: 100%;
    height: 40px;
    }
