@font-face {
    font-family: "myfont";
    src: url("../fonts/SergioFY-Bold.woff");
}

body {
    background-color: #FBFAF4;
    text-align: center;
    font-family: myfont;
    font-size: 20pt;
    /*font-weight: bold;*/
}


.madreContainer {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}


.middleRow {
    font-size: 90pt;
    line-height: 90pt;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20pt;
    margin-bottom: 50px;
}

    .footer p {
        margin: 0 0;
    }


.madreMainText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

a, a:visited, a:hover, a:active {
    color: black;
}
