
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body { /*Colores principales*/
    margin-bottom: 60px;
    background-color: white;
}

.Text {
    font-size: 30px;
    font-family: Courier;
    padding: 2px 50px;
    color: black;
}