* {
    transition: all 0.3s;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal; 
}
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #333;
    color: white;
}
main button a {
    text-decoration: none;
}
main button a div span {
    color: white;
}
footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 1px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
footer p {
    line-height: 1;
    font-size: 12px;
}
footer a {
    line-height: 1;
    font-size: 14;
    color: white;
}
h1 {
    margin-top: 80px;
}
h1 a {
    color: white
}
form {
    margin-top: 60px;
}
input {
    background: hsl(0, 0%, 15%);
    width: 80%;
    max-width: 385px;
    height: 60px;
    border-radius: 8px;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
#hoch {
    position: fixed;
    bottom: 105px;
    right: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    display: none;
    opacity: 0.8;
}
#hoch:hover {
    background-color: #0056b3;
}
img {
    margin-top: 30px;
    margin-bottom: 100px;
}
div a {
    color: white;
}