a {
    text-decoration: none;
}

#MenuSubset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5vw;
    background-color: black;
}

nav {
    width: 100%;
    height: 3.5vw;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    margin-right: 2.5vw;
    margin-top: 0.5vw;
}

nav ul li a {
    display: block;
    padding: 0.75vw;
    color: white;
    font-family: Courier New, Times New Roman, Helvetica, sans-serif;
    font-size: 1.25em;
}

#ImpressumTitle {
    background-color: brown;
    color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.25em;
    border-radius: 0.3em;
    display: inline-block;
}

#CatTexts {
    font-family: Georgia, 'Times New Roman', Times, serif; 
}

#Catlost {
    margin-top: 5vw;
    font-family: Georgia, 'Times New Roman', Times, serif; 
}

#CatPeterPic {
    width: 25vw;
    height: 25vw;
    border-radius: 0.25vw;
}
