* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-left {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
.column {
  position: center;
  width: 100%;
  float: center;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  background-color: #114c86;
}
body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin-top: 150px;
}
.topicon {
    margin-bottom: -3px;
    height: 90px;
    margin: 2px;
    width: auto;
    transition: transform .2s ease;
}
.topicon:hover {
    transform: scale(1.04);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 1;
  background: repeating-linear-gradient(
  45deg,
  #ffffff,
  #ffffff 10px,
  #ff0000 10px,
  #ff0000 20px
);
  font-family: "Pixellari";
}
.topbar .topbutton {
    font-size: 48px;
    margin: 0 auto;
    color: black;
    font-style: normal;
    display: inline;
    margin-right: 48px;
    margin-left: 48px;
    transition: transform .2s ease;
}
.topbar .topbutton:hover {
    transform: scale(1.2);
}
.buttoncontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 196px;
}
.buttoncontainer:hover {
    background-color: orange;
}
.iconcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: auto;
}
.iconcontainer:hover {
    background-color: orange;
}
.bouncy {
    font-size: 40px;
    transition: transform .2s ease;
    text-decoration: none;
    color: black;
}
.bouncy:hover {
    transform: scale(1.2);
}
.title {
    margin-left: 8px;
    font-family: 'Crang';
    color: white;
    display: inline;
    text-align: center;
    font-size: 64px;
    text-shadow: black 6px 0 10px;
}
.online {
    margin-right: 8px;
    font-family: 'Crang', sans;
    color: black;
    display: inline;
    text-align: center;
    font-size: 32px;
    text-shadow: rgb(255, 255, 255) 6px 0 10px;
}
.video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 48px;
    line-height: 96px;
  }
}

p {
  color: white;
}
.center {
  text-align: center;
  margin-bottom: 4%;
  transition: transform .2s;
}
.center:hover {
  transform: scale(1.1);
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
a {
  text-decoration: none;
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
p,
ol {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
/* Radius values:

10%-40%: Squircles
50% (default): True circle
*/
.avatar {
  width: 40%;
  height: auto;
  background-position: center;
  transition: transform .2s;
}
.avatar:hover {
  transform: scale(1.2);
}
.rainbowbar {
  width: 100%;
  height: 5px;
}
/* open-sans-regular - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Daydream.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Daydream.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Daydream.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Daydream.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Daydream.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Daydream.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Daydream.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Daydream.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Daydream.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Daydream.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Daydream.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Daydream.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Daydream.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Daydream.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Daydream.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Daydream.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Daydream.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Daydream.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Daydream.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Daydream.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Daydream.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Daydream.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Daydream.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Daydream.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'Pixellari';
    src: url('../fonts/Pixellari.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Crang';
    src: url('../fonts/Crang.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
