body {
    font-family: 'Times New Roman', Times, serif;
    background-color: darkolivegreen;
}

a {
    color: rgb(252, 118, 67);
    text-decoration: none;
    display: block;
}

#ul {
    list-style-type: none;
    padding-left: 0px;
}

.Thema {
    color: darksalmon;
    font-size: 40px;
}

#logo {
    text-align: center;
    width: 100%;
}

.links {
    margin: 10px;
    background-color: rgb(22, 22, 22);
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}

#Bild {
    text-align: center;
    width: 100%;
}

.FloatLeft {
    margin-left: 15px;
    text-align: left;
}

.FloatRight {
    margin-right: 15px;
    margin-left: 100;
    text-align: right;
}

#foto {
    text-align: center;
    width: 100%;
}
