@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
::-webkit-scrollbar {
  display: none; }

* {
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: default;
  user-select: none; 
}

body {
  font-family: "Rubik", sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  left: 0;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translatey(-100vh);
  transform: translatey(-100vh);
  background-color: #13c4fa; }

#section1 #banner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Style the header */ }
  #section1 #banner header {
    text-shadow: #0c3e4d 0px 0px 40px;
    text-align: center;
    font-size: 80px;
    color: #13c4fa;
    width: 100vw;
    left: 0;
    margin-top: 0;
 }
  #section1 #banner #bannertxt {
    margin-top: 0;
    padding: 0; }
    #section1 #banner #bannertxt h2 {
      font-size: 180px;
      padding: 0;
      margin: 0; }

/*# sourceMappingURL=main.css.map */

