
body {
    background-image: repeating-linear-gradient(to bottom left, #161A1C 10%, #101113 20%);
    color: #F0E8E0;
    font-family: calibri;
    padding: 0;
    margin: 0;
}

.page {
    margin-top: 20px;
    margin-left: 20px;
}
.face {
    float: left;
}
.content {
    clear: both;
}

.header {
    right: 12%;
    position: absolute;
}

.button {
    float:left;
    border: 1px solid #F0E8E0;
    padding: 4px 15px 6px;
    margin: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #F0E8E0;
}

.button:hover {
    border: 1px solid #C0F080;
    color: #C0F080;    
}

.selected {
    border: 1px solid #FF3010;
    color: #FF3010;

}

h2 {
    font-size: 45;
    text-align: center;
    color: #F0E8E0;
    border: 1px #F0E8E0 solid;
    border-left: 0;
    border-right: 0;
    padding-bottom: 5px;
    font-weight: normal;
}
h3 {
    font-weight: normal;
    text-align: center;
    font-size: 30
}

a {
    color:yellow;
}
td {
    line-height: 140%;
}

h4 {
   text-align: center

}
h1{
text-align: center;

}