* {
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 0;
    color: #fff;
}

h1 {
    margin-bottom: 10px;
}

.box {
    min-height: 25vh;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

article {
    width: 600px;
}

.link {
    margin-top: 20px;
    text-align: center;
}

.button {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border: 1px solid white;
}

.button:hover {
    background-color: white;
}


/* FARBEN DER ELEMENTE*/


.red {
    background-color: #ff5050;
}

#red:hover {
    color: #ff5050;
}

.green {
    background-color: #00cc7a;
}

#green:hover {
    color: #00cc7a;
}

.pink {
    background-color: #ff99bb;
}

#pink:hover {
    color: #ff99bb;
}

.orange {
    background-color: #ffb366;
}

#orange:hover {
    color: #ffb366;
}

.blue {
    background-color: #6699ff;
}

#blue:hover {
    color: #6699ff;
}

.olive {
    background-color: #b2b266;
}

#olive:hover {
    color: #b2b266;
}
#highbar_Ausdauer {
    display: none;
}


