/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[3].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[3].oneOf[13].use[5]!./src/app/styles/globals.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:wght@400;700&family=Poppins:wght@400;700&family=Roboto+Mono:ital,wght@0,100;0,700;1,100&family=VT323&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #fff;
  background: linear-gradient(#1c1d1d, #343c3c);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  font-family: "Roboto Mono", monospace;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 40px 30px;
  font-size: 20px;
  overflow-y: scroll;
}

.title {
  text-shadow: 0px 3px 10px rgba(122, 139, 139, 0.5882352941), 17px -6px 32px rgba(135, 255, 255, 0.32), -17px 6px 32px rgba(255, 177, 225, 0.384);
  text-align: center;
}
.title h1 {
  font-size: 72px;
  font-weight: 700;
  margin: 0;
  line-height: 90%;
  margin-bottom: 35px;
}
.title a {
  display: block;
}

a {
  color: #fff;
  text-decoration: none;
}
a.visible-link {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
a:hover {
  background-color: #000;
  border-bottom: none;
}

iframe {
  border: none;
  outline: none;
  border-radius: 15px;
  background: #fff;
  height: 100%;
}

.back-button {
  position: absolute;
  top: 15px;
  left: 30px;
}

@media screen and (max-width: 1100px) {
  .title h1 {
    font-size: 42px;
  }
  .title h2 {
    font-size: 28px;
  }
}
