.webgl {
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: black; 
    text-align: center; 
    outline: none;
  }

  #world {
    width: 100%;
    height: 100vh;
    background: black;
  }

canvas {
    top: 0;
    margin-top: 10%;
    left: calc(50% - 325px);
    position: absolute;
}

@media (min-width:900px) {
  canvas {
    margin-top: 0;
  }
}

.vr-title{
    font-family:'Press Start 2P', cursive;
    font-size:55px;
    text-align: center;
    color: #ff1c1c;
    padding-top: 3rem;
    z-index: 1;
    background: transparent !important;
}

.vr-subtitle{
    font-family: 'Francois One', sans-serif;
    color: #ff1c1c;
    font-size:32px;
    text-align: center;
    bottom:0;
    padding-bottom: 3rem;
    z-index: 1;
    background: transparent !important;
}

.btn-group{
  margin-top: 2rem;
}

.btn-group .btn{ 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #FF1C1C;
  padding: 1rem;
  background: #740000;
  opacity: 0.9;
  border: 2px solid #FF1C1C;
  border-radius: 40px !important;
  box-shadow: 5px 5px 13px rgba(247, 0, 0, 0.63);
  backdrop-filter: blur(3px);
  margin-bottom:2rem;
}
.btn-group .btn.first-variant{ 
  color: #1FFFDD;
  padding: 1rem;
  background: rgba(36, 194, 183, 0.89);
  mix-blend-mode: screen;
  opacity: 0.8;
  border: 2px solid #0AFED2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  margin-bottom:2rem;
}
.icon-group{
  margin-top: 2rem;
}

.icon-group i{
  font-size: 50px;
  margin: 0.75rem;
  color: #1FFFDD;
  opacity: 0.8;
}

.btn-group-2{
  margin-top: 4rem;
}

.btn-group-2 .btn{ 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #A9A9A9;
  padding: 1rem;
  background:#574F50;
  border: 2px solid #A9A9A9;
  border-radius: 40px !important;
  margin-bottom:2rem;
}

.team-section h3{
  font-family: 'Francois One', sans-serif;
  color: #ff1c1c;
  text-align: center;
  font-size:32px;
}

.team-section img{
  border: 3px solid #740000;
}

.team-section h5{
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  color: #ff3838;
  font-size: 16px;
}

.icon-container{
  padding-left: 15%;
  padding-right: 15%;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}