
*{
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    background-color: black;
    background-image: url(../bilder/Hintergrundbild.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.Box{
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #111111;
    width: 100%;
    max-width: 550px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #964a4a80, 10px 1px 12px #09464b80,
    2px 2px 10px #58942780, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
    animation: animate 3s linear infinite;
    animation-delay: 0.1s;
}

.Kuenstlername {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.navigation {
    display: flex;
    padding-bottom: 20px;
}

.Copyright {
    height: 30px;
    padding-bottom: 20px;
}