body {
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
   
}

#top {
    border-image-repeat: center;
}

#logo {
    color: white;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding: 8px;
    margin-top: 16px;
}

#logo-name {
    font-size: 32px;
    font-weight: bold;
    margin:16px;
}

#navigation a {
    color: rgb(255, 255, 255);
    padding: 8px;
}


#image img {
    width: 50%;
  height: 150x;
    margin-top: 16px;
    margin-bottom: 16px;
}

#main {
    max-width: 800px;
    color: rgb(255, 255, 255);
    margin: auto;
    padding: 10px;
    font-weight: bolder;
}

#footer {
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 16px;
}

