body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

#top {
    text-align: center;
}

#logo{
    color: rebeccapurple;
    background-color: white;
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    padding: 16px;
    margin-top: 16px;
}

#Logo-name {
    font-size: 50px;
    font-weight: bold;
    margin: 15px;
}

#navigation a  {
    color:black;
    font-family: 'Franklin Gothic Medium';
    font-size: 100px;
    padding: 10%;
}