body {
    background-color: rgb(149, 197, 238);
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    font-family: sans-serif; 
}
button {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    justify-self: center;
    align-items: center;
    font-size: 16px;
    color: white;
    background-color: blue;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;
}
button:hover {
    background-color: rgb(0, 68, 255);
}
.back {
    background-color: blue;
    color: white;
    font-size: larger;
    border-radius: 32px;
    padding: 8px;
    display: flex;
    justify-content: center;
    justify-self: left;
    text-decoration: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;
}
.back:hover {
    background-color: rgb(0, 68, 255);
}
.topic {
    background-color: white;
    border-radius: 50px;
    padding: 16px;
    display: flex;
    justify-content: left;
    justify-self: center;
    flex-direction: column;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); 
    font-weight: bold;
}
.überschrift {
    font-size: 34px;
}
.zeitung {
    color: blue;
}
.Walddörfchen {
    color: rgb(16, 170, 67);
}

.unterÜ {
    font-size: 14px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login {
    margin-left: 20px;
    color:rgb(16, 170, 67);
    text-decoration: none;
    margin-left: 30px;
    font-weight: bold;
    font-size: large;
    background-color: white;
    border-radius: 32px;
    padding: 6px;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;
}
.login:hover {
    color: blue;
    background-color: #dddddd3d;
}
.linksindex {
    background-color: white;
    padding: 16px;
    border-radius: 32px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    vertical-align: top;
    margin-top: -107px;
    margin-right: -15px;
}
.links {
    background-color: white;
    padding: 16px;
    border-radius: 32px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.links2 {
    background-color: white;
    padding: 8px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    justify-self: left;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.menulinks {
    color:rgb(16, 170, 67);
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;
    font-size: large;
    background-color: white;
    border-radius: 32px;
    padding: 6px;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;   
}
.menulinks:hover {
    color: blue;
    background-color: #dddddd3d;
}
.choosedmenu {
    color: rgb(35, 149, 248);
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;
    font-size: large;
    background-color: rgba(149, 196, 238, 0.329);
    border-radius: 32px;
    padding: 6px;
}
.menulogin {
    color:rgb(16, 170, 67);
    text-decoration: none;
    margin-left: 16px;
    font-weight: bold;
    font-size: large;
    background-color: rgba(149, 196, 238, 0.329);
    border-radius: 32px;
    padding: 10px;
    transition: background-color 0.3s ease-in-out, transform 0.1s ease-in-out;   
}
.menulogin:hover {
    color: blue;
    background-color: #dddddd3d;
}
.loginpage {
    background-color: white;
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-self: center;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.impressum {
    background-color: white;
    display: flex;
    justify-content: left;
    justify-self: left;
    padding: 6px;
    font-size: medium;
    border-radius: 8px;
    color: green;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.impressumtxt {
    color: green;
    text-decoration: none;
}
.impressumtxt:hover {
        color: blue;
}