*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.linku{
    position: relative;
    top: -5vh;
    width: 69vh;
    height: 3vh;
    min-height: 34px;
    transform: rotate(-45deg);
    background: #D9D9D9;
    margin: 1.8rem;
    z-index: -4;
    transition: 0.2s;
    font-family: Turret Road;
}

.linku a{
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}

.linku a:hover{
    color: #ffffff;
    text-decoration: none;
}

.linku:hover{
    width: 69vh;
    height: 3vh;
    min-height: 34px;
    transform: rotate(-45deg);
    background: #000000;
    margin: 1.8rem;
    z-index: -4;
}




#title {
      width: 300px;
      height: 80px;
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
      background:lightgray;
      text-align: center;
      font-family: Julius Sans One
;
    }

#subtitle span{
    display: block;
    transform: skew(-45deg);

}


#subtitle {
      width: 150px;
      text-align: center;
      height: 50px;
      transform: skew(45deg);
      background:lightgray;
      font-family: Julius Sans One
;
    }


body {
    background-image: url(/media/background_stars.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 90vh;
    margin: 0px;
    text-align: center;
}

html {
    font-size: 24px;
    line-height: 1.44;
    height: 100%;
    scroll-behavior: smooth;
}