<style>
    body{
    font-family: ;
    }

#top {
    text-align: center;
}

#logo {
    color:#89a7d4;
    background-color:rgb(#090820);
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    padding: 6px;
    margin-top: 16px;
    font-family: Tahoma;
    }
#logo-name {
    color: #89a7d4;
    font-size: 24px;
    font-weight: 300;
    margin: 26px;
font-family: Tahoma;
    }

    #navigation a {
        color: rgb(128, 168, 47);
        padding: 8px;
    }

    #navigation a:hover {
        color: rgb(224, 221, 221)
    }

    #image img {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }
#footer {
    color: #89a7d4;
    font-size: 24px;
    font-weight: 40;
    margin: 15px;
font-family: Tahoma;
}
#main {
    color: #2573b3;
    background-color:#030c0f;
    font-size: 25px;
    font-weight: 40;
    padding: 16px;
    margin-top: 26px;
font-family: Tahoma;
}

}

</style>