body {
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}

h1 a {
    font-size: 32px;
    font-family: monospace, sans-serif;
    color: black;
    ;
}

h2 {
    font-weight: bolder;
    font-size: 56px;
    margin: 10px;
    color: darkorange
}

h3 {
    color: white;
    font-size: 2rem;
    font-weight: normal;
    margin: 13px;
}

.Banner {
    padding: 80px 0px;
    font-family: monospace, sans-serif;
    color: #ffffff;
}

.Banner {
    background: url(../img/aransur098.jpg);
    background-size: cover;
    margin: 30px;
}


.materias {
    font-family: monospace, sans-serif;
    text-align: center;
    margin: 10px 50px 35px 50px;
    font-size: 1rem;
}

#anos {
    font-size: 1.2rem;
    margin: auto;
    line-height: 0.3;
    color: darkorange;

}


#footer {
    font-size: 0.55rem;
}