html, body {
    max-width: 100%;
    overflow-x: hidden;
}

title {
  font-family: helvetica neue;
}

h1 {
  font-family: helvetica neue;
  color:white;
  font-weight: 900;
  font-size: 6.5vw;
  text-align:center;
  padding: 6.5vw 0 6.5vw 0;
}

h2 {
  font-family: helvetica neue;
  color:white;
  font-weight: 900;
  font-size: 6.5vw;
  text-align:center;
}

h3 {
  font-family: helvetica neue;
  color:black;
  font-weight: 900;
  font-size: 46px;
  text-align:center;
  padding: 30px 0;
}

sh {
  font-family: helvetica neue;
  color:white;
  font-weight: 400;
  font-size: 26px;
}

p {
  margin-left:30px;
  margin-right:30px;
}

p2 {
 
}

pw {
  color: #a3b0c4;
  margin-left:30px;
  margin-right:30px;
  padding: 0 0 30px 0;

}

f {
  
}

.offblack {
  background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(51,52,99,1) 0%, rgba(0,0,0,1) 100%);
}


.black {
  background-color: black;
}

.white {
  background-color: white;
}

.lightblue {
  background-color: skyblue;
}

.button {
  background-color: black;
  color: white;
  padding: 6px 13px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 16px;
  border-color:white;
  position: absolute;
  right: 30px;
  top: 30px;
}

.button2 {
  background-color: black;
  color: white;
  padding: 6px 13px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 16px;
  border-color:white;
  position: absolute;
  top: 30px;
  right: 128px;
}

.button3 {
  background-color: black;
  color: white;
  padding: 6px 13px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 16px;
  border-color:white;
  position: absolute;
  top: 30px;
  right: 218px;
}

.button4 {
  background-color: black;
  color: white;
  padding: 6px 13px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  border-radius: 16px;
  border-color:white;
  position: absolute;
  top: 30px;
  right: 320px;
}

.button7 {
  background-color: rgb(105,167,248);
  color: black;
  padding: 6px 13px;
  text-align: center;
  display: inline-block;
  font-size: 26px;
  border-radius: 26px;
  border-color: darkgrey;
}

.bar {
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  height:80px; 
  width:480px;"
}