body {
    background-color: rgb(28, 45, 65);
    font-family: Arial;
    color: rgb(94, 91, 91);
    background:linear-gradient(rgb(39, 60, 85), rgb(23, 37, 53), rgb(15, 24, 34)) ;
    margin: 0;
    height: 100vh;
}

h1 {
    background: linear-gradient(rgb(91, 150, 206),rgb(65, 55, 214),rgb(90, 35, 218));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.3px rgb(114, 54, 211));
    font-size: 3.15vh;
    margin-top: auto;
    text-align: center;
}

.text {
    background: linear-gradient(rgb(91, 150, 206),rgb(65, 55, 214),rgb(90, 35, 218));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.15px rgb(114, 54, 211));
    size-adjust: inherit;
    font-size: 2.25vh;
    margin-top: auto;
    text-align: left;
}

.Impressum {
    background: linear-gradient(rgb(91, 150, 206),rgb(65, 55, 214),rgb(90, 35, 218));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.15px rgb(114, 54, 211));
    size-adjust: inherit;
    font-size: 2vh;
    margin-top: auto;
    text-align: left;
}

.contactus {
    background: linear-gradient(rgb(91, 150, 206),rgb(65, 55, 214),rgb(90, 35, 218));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.15px rgb(114, 54, 211));
    size-adjust: inherit;
    font-size: 2vh;
    margin-top: auto;
    text-align: right;
}

.FEEDBACK {
    background: linear-gradient(rgb(91, 150, 206),rgb(65, 55, 214),rgb(90, 35, 218));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 0.15px rgb(114, 54, 211));
    size-adjust: inherit;
    font-size: 2vh;
    margin-top: auto;
    text-align: center;
}

.link {
    text-align: center;
    display: flex;
}

footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
}