#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
.discord {
    position: relative;
    height: 66px;
    bottom: -400px;
    left: 800px;
}

.instagram {
    position: relative;
    height: 66px;
    bottom: -400px;
    left: 1000px;
}

.aboutlogo {
    position: relative;
    height: 66px;
    bottom: -400px;
    left: 800px;
}

.nadpis {
    position: relative;
    bottom: -100px;
    left: 827px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 60000px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bolder;
    font-size: xx-large;
    text-shadow:
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 20px #fff,
    0 0 40px rgb(255, 255, 255),
    0 0 80px rgb(255, 255, 255),
    0 0 90px rgb(255, 255, 255),
    0 0 100px rgb(255, 255, 255),
    0 0 150px rgb(255, 255, 255);
    
    
  }

  .discordmythichunters {
      position: relative;
      bottom: -500px;
      height: 66px;
      left: 734px;
  }

  .podnadpis {
      color: whitesmoke;
      position: relative;
      font-family: 'Courier New', Courier, monospace;
      bottom: 100px;
      left: 885px;
      text-shadow:
      0 0 5px #fff,
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 40px rgb(255, 255, 255),
      0 0 80px rgb(255, 255, 255),
      0 0 90px rgb(255, 255, 255),
      0 0 100px rgb(255, 255, 255),
      0 0 150px rgb(255, 255, 255);
  }