body {
    overflow: hidden;
    background-color: black;
    margin: 0px;
    padding: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
.textPart {
    color: white;
display:flex;
flex-direction: column;
margin-left: 12vw;
  padding-bottom:50px;
  width:45vw;
  
}
.artists {
    color: white;
    font-size: 20px;
}

.games {
    color: white;
    font-size: 20px;
}

h1 {
    font-size: 50px;
    margin:0;
}



.lijn1 {
  border-bottom: 2px solid rgb(251, 255, 0);
  width: 150px;
  height: 150px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 100;
  right: 30px;
  rotate: 180deg;
}

.lijn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 15px;
  background: linear-gradient(to right, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.lijn1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 200%;
  background: linear-gradient(to bottom, #ffff00 0%, #ff9900 100%);
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 100%);
}


.smallline {
    position: relative;
    top: 5vh;
    left:-1vh;
    height: 10px;
    width: 135vh;
    background: linear-gradient(to right, rgb(255,255,0) 80%, rgb(255, 106, 0) 100%);
    clip-path: polygon(0 0, 110% 50%, 0 100%);
    border: none;
}

.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 20px 150px;
    text-decoration: none;
    transition: background 0.3s;
}

.navbar ul li a:hover {
    text-decoration-line: underline;
    text-decoration-color: rgb(244, 252, 0);
}


.fbcontainer {
    display:flex;
    justify-content: flex-start;
    align-items: center;
position:relative;
bottom:-5vh;
gap:35%;
}

.fbcontainer .games {
  padding-left: 22vh;
}

h3 {
    margin:0;
}