<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#full_page {
  width: 100%;
  height: 82vh;
  max-height: 82vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#full_page #content_full_page {
  height: 100%;
  width: 70%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
#full_page #content_full_page #logo_image {
  margin-top: 4vh;
  margin-bottom: 2vh;
  width: 150px;
  heght: 150px;
}
#full_page #content_full_page #logo_image img {
  width: 100%;
  height: 100%;
}
#full_page #content_full_page h1 {
  font-size: xxx-large;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #2D3F81;
}
#full_page #content_full_page p {
  margin-top: 4vh;
  margin-bottom: 1vh;
  font-size: small;
  opacity: 70%;
  width: 100%;
}
#full_page #content_full_page .youtube_link {
  color: #012943;
  margin-top: 4vh;
  margin-bottom: 4vh;
}
#full_page #content_full_page .custom_button {
  text-decoration: none;
  font-weight: 500;
  font-size: large;
  color: white;
  min-width: 35%;
  padding: 2vh 4vh 2vh 4vh;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #012943;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s;
  font-size: medium;
  position: relative;
}
#full_page #content_full_page .custom_button:hover {
  background-color: #1B72AA;
}
#full_page #content_full_page span {
  margin-top: 5vh;
  margin-bottom: 2vh;
  font-size: small;
  opacity: 70%;
}

@media screen and (max-width: 730px) {
  #main_page #full_page #content_full_page {
    width: 90%;
  }
  #main_page #full_page #content_full_page #logo_image {
    width: 100px;
    heght: 100px;
  }
  #main_page #full_page #content_full_page h1 {
    font-size: x-large;
  }
  #main_page #full_page #content_full_page p {
    font-size: 12px;
    width: 100%;
  }
  #main_page #full_page #content_full_page .youtube_link {
    margin-bottom: 6%;
    font-size: 14px;
  }
  #main_page #full_page #content_full_page .custom_button {
    min-width: 35%;
    padding: 1.5vh 3vh 1.5vh 3vh;
  }
  #main_page #full_page #content_full_page span {
    margin-top: 6%;
  }
}/*# sourceMappingURL=start_page_style.css.map */</pre></body></html>