*, *:before, *:after {
  box-sizing: inherit;
}

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

html {
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 18px;
}

body {
  background-color: #000;
  background-image: linear-gradient(45deg, rgba(0, 78, 129, 0.5568627451) 1px, transparent 0);
  background-size: 0.5rem 0.5rem;
  overflow-y: scroll;
}

a, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
}

.title {
  max-width: 70%;
}

.landing {
  height: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  margin: auto;
}
.landing main {
  background-color: rgba(0, 20, 26, 0.5607843137);
  padding: 20px;
  margin: 5px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing main p {
  text-align: center;
  margin: 8px;
}
.landing main .bubble {
  width: 55%;
  min-width: 248px;
  font-size: 1em;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1176470588);
  margin: 20px;
  display: flex;
  padding: 7px;
  background: rgba(0, 33, 43, 0.6509803922);
  border-radius: 18px;
  border: 0;
  transition-duration: 0.2s;
}
.landing main .bubble:hover {
  background-color: rgba(0, 52, 66, 0.6509803922);
  transform: scale(1.08);
}
.landing main .bubble a {
  border: 0;
  margin: 8px;
  border: none;
  flex-grow: 2;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.landing main .bubble img {
  margin: 7px;
}
.landing main .bubble p {
  text-wrap: nowrap;
  text-align: center;
  flex-grow: 2;
}

.fuck {
  font-size: 22px;
}

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