.nav-link {
    cursor: pointer;
    color: red;
}

.nav-pills a.nav-link:hover {
    color: #fff;
    background-color: red !important;
}

body {
    margin:0;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    display: grid;
    height: 100vh;
    }

.bungee-regular {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oswald-uniquifier {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.background{
    background-image: url(./img/bg.jpg);
    background-size: cover;
    background-position-x: -10505%;
    background-position-y: 675px;
}

#ueberschrift {
    color: #5b5050a7;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(255, 234, 0);
    font-size: 130px;
    text-align: center;
    padding: 65px 0; 
    font-weight: 80;
    font-family: "Oswald";
    font-style: normal;
    width: fit-content;
    padding: 0px 45px;
    margin: auto;
    font-weight: 900;
}
#serveradresse {
    color: #0abab5;
    font-size: 55px;
    text-align: center;
    font-weight: 80;
    font-family: "Bungee";
    font-style: normal;
    width: fit-content;
    padding: 0px 0px;
    margin: auto;
}
#serverid {
    color: #4dffa3;
    font-size: 45px;
    text-align: center;
    padding-top: 0px;
    font-weight: 800;
    font-family: "Oswald";
    font-style: normal;
    width: fit-content;
    padding: 0px 45px;
    margin: auto;
    margin-top: -30px;
}

@media (max-width: 800px) 
{
    #ueberschrift {
    flex-direction: column;
    font-size: 40px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    #serveradresse {
    font-size: 30px;
    text-align: center;
    }
    #serverid {
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
    }
    .background{
    background-image: url("./img/bg.jpg");
    background-size: cover;
    background-position-x: -1124%;
    background-position-y: center;
    }
    .nav-pills {
        width: 375px;
        margin-top: -125px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        justify-content: space-evenly;
        align-items: flex-end;
    }
}