body {
    background-color: black;
    color: white;
    }

.footer {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    }

.normal {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 18px;
    text-align: center;
    padding: 20px;  
    color: #FFFFFF;
    padding-bottom: 30px;
    }

.frame {
    min-height: 100%;
    position: relative;
    text-align: center;
    margin: 10px;
    height: 90%; 
}


a:link {
    color: rgb(187, 152, 190);
}
a:visited {
    color: rgb(92, 11, 95);
}
a:hover {
    color: hotpink;
}
a:active {
    color: rgb(245, 8, 205);
}