@font-face {font-family: Fixedsys; src: url('FSEX300.ttf')}
@font-face {font-family: Astray ;src: url('Astray_font.otf')}
a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #eee5e9
}
.topbar table{
    width: 100%;
}
.topbar th{
    width: 15%;
    text-align: center;
    font-size: 2rem;
    text-shadow: 0.3rem 0.2rem #7C7C7C;
    font-family: Astray;

}
.topbar .logo{
    font-size: 4rem;
    width: 55%;
    text-align:left;
    text-shadow: 0.3rem 0.2rem #D64933;
    font-family: Astray;
}
.topbar{
    border: 0.5rem solid #EEE5E9;
    border-radius: 1rem;
    box-shadow: 1rem 1rem #D64933;
    background-color: #042a53;
    margin-right: 1rem;
    overflow: hidden;
    font-family: Astray;
}
.cont{
    display:flex;
    width: 80%;
    height: 70%;
    margin: auto;
    margin-top: 5%;
}
body{
    background-color: #e5aa99;
    color: #EEE5E9;
}