video {  
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  @import url('https://fonts.cdnfonts.com/css/bender');

  h1 {
    font-family: 'Bender', sans-serif;
    color: white;
    margin-left: 10%;
    margin-right: 10%;
    text-shadow: rgb(0, 0, 0) 1px 0 10px;
  }
  .center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }

  .logo {
      max-width: 80vw;
  }

  .discordjoin {
      max-width: 10vw;
      min-width: 150px;
  }
