.button1 {
    background-color: black;
    font-size: 25px;
    height: 55px;
    width: 210px;
    border-radius: 5px;
    margin-left: 2%;
    color: white;

}

.button2 {
    background-color: white;
    font-size: 25px;
    height: 55px;
    width: 210px;
    border-radius: 5px;
    margin-left: 2%;
    color: black;
}

.CookieÜberschrift {
    font-size: 40px;
}

.CookieText {
    font-size: 20px;
} 

body {
  background-image: linear-gradient(to bottom, #78B2C4, white);
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


.nav {
    word-wrap: break-word;
    font-size: 20px;
    width: 100%;
    height: auto;
    top: 0;
    background: #90BAC7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
}
li {
  list-style: none;
}

h1 {
    padding-top: 2%;
    word-wrap: break-word;
    font-size: 50px;
}

p {
    word-wrap: break-word;
    font-size: 40px;
}

.link {
    color: black;
}

    .link:visited {
        color: black;
    }

footer .link2 {
    color: rgb(54, 50, 139);
}
    footer .link2:visited {
        color: rgb(54, 50, 139);
    }

main {
  flex: 1;
}


footer {
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 25px;
    text-align: center;
    background-color: grey;
    width: 100%;
    height: auto;
    bottom: 0;
}





