@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
p {
    color: darksalmon;
}

body {
    background-color: yellow;
}

.ueberschrift {
    font-size: 5rem;
    color: deeppink;
    font-family: 'Shadows Into Light', cursive;
}

.gedanken {
    font-size: 2rem;
    font-family: 'Indie Flower', cursive;
}

#home {
    display: block;
}

ul {
    font-family: 'Shadows Into Light', cursive;
    width: 50px;
    font-size: 2rem;
    text-align: center;
    position: fixed;
    width: max-content;
    margin-left: 1000px;
    list-style-type: none;
}

li a {
    display: block;
}