
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

object, embed {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

body {
    background: linear-gradient(90deg, black, #24001d);
}

#startup-sop {

}

.dropdown {
    width: 90%;
    height: 90%;
    margin-left: 5vw !important;
    color: white;
    font-size: 22px;
    font-family: monospace;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 25px;
    padding: 10px;
    padding-bottom: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dropdown-text-intro {
    margin: 5px;
    margin-bottom: 10px;
}


#header-image {
  height: 90vh;
  border-radius: 10px;
  margin-left: 21vw;
  /*! -webkit-mask-image: url(uploads/HEADER.png); */
  /*! mask-image: url(uploads/HEADER.png); */
  /*! mask-repeat: no-repeat; */
}

#changelog-text {
  background: #0000004f;
  font-size: 19px;
  padding: 20px;
  border-radius: 12px;
  height: 94%;
}


#startup-video {
  max-height: 100%;
  margin-left: 17vw;
  border-radius: 15px;
}