@font-face{
    font-family: headerfont;
    src: url(BackToSchoolPersonalUseRegular-w1xX2.ttf)
}
@font-face{
    font-family: headerfont1;
    src: url(SunnyspellsRegular-MV9ze.otf)
}
.header{
    border-radius: 5px;
    background-color:rgb(182, 200, 215);
    padding: 20px 10px;
    text-align: right;
    height: fit-content;
}
.header a{
    padding: 10px 10px;
    text-decoration:none;
    color: rgb(152, 108, 14);
    font-family:headerfont1;
    font-weight: lighter;
    font-size:x-large;
}
.header a:hover{
    text-decoration: underline;
    color: rgb(137, 83, 7);
    font-size:xx-large;
    font-weight: bold;
}
#timetable{
    color:maroon;
    font-family: headerfont;
    cursor: pointer;
    font-size: xx-large;
}
#timetable:hover{
    text-decoration: underline;
    font-size: xx-large;
    font-weight: 100;
}
body{
    background-color: rgb(6, 6, 73);
}
h1{
    font-family: headerfont;
    font-size: xx-large;
    font-weight: 100;
    text-decoration:underline;
    color: gold;
    position: absolute;
    top: 10%;
    left: 35%;
}
table{
    border: 1px solid gold;
    width: 60%;
    height: 60%;
    position: absolute;
    left: 15%;
    top: 20%;
}
th{
    border: 1px solid gold;
    font-family: fantasy;
    color: gold;
}
td{
    border: 1px solid gold;
    font-family: fantasy;
    color: gold;
    text-align: center;
}
footer{
    text-align: center;
    position: absolute;
    right: 1%;
    top: 80%;
    background-color: cornflowerblue;
    font-size: larger;
    border: 1px solid goldenrod;
    border-radius: 5px;
}
