.main-view{
    width: 100%;
    margin-top: 10%;
}
.main-view .main-view-content{
    width: 100%;
    text-align: center;
    height: 50%;
}
.main-view .main-view-content h1{
    color: white;
    font-weight: 800;
    font-size: 5vh;
}
.main-view .main-view-content #typewrite{
    color: white;
    font-size: 3vh;
    font-weight: 300;
}

.main-view .main-view-content img{
    height: 100%;
    filter: invert(1);
}
.main-view .main-view-content a{
    line-height: 0%;
    color: white;
    text-decoration: none;

}   
.main-view .main-view-content .button-join{
  appearance: button;
  backface-visibility: hidden;
  background-color: #ad1254;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  font-weight: 800;
  height: 44px;
  line-height: 1.15;
  margin: 40px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 300px;
}

.button-join:disabled {
  cursor: default;
}

.button-join:hover {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.about-us {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 200px;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    text-align: center;
    padding: 5% 0;
    /* drow shadow */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

}
.about-us h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 30px;
}
.about-us p{
    margin-top: 15px;
    padding-left: 20%;
    padding-right: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #3c3c3c;
}
