@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap");
html,
body {
  height: 100%;
}

body {
  font-size: 48px;
  margin: 0px;
  font-family: "Space Grotesk", sans-serif;
  color: black;
  background-color: #f15838;
}

.jumbotron {
  background-color: #f15838;
}

.jumbotron h1 {
  font-size: 72px;
  margin: 0px;
}

.jumbotron p, .jumbotron a {
  font-size: 24px;
}

.jumbotron .row {
  margin-left: 9px;
  margin-right: 9px;
}

.jumbotron .container {
  margin: 0px;
}

.jumbotron.vertical-center {
  margin-bottom: 0;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-main {
  font-family: "Space Grotesk", sans-serif;
  text-align: left;
  padding: 0px;
  width: 690px;
}

.container-canvas {
  /* This could be done in one single declaration. See the extended sample. */
  margin-right: auto;
  margin-left: auto;
}

#animacion {
  margin: 9px 0px 9px 0px;
  width: 690px;
  height: 460px;
}

.jumbotron h1 {
  font-size: 72px;
}

#controles .link-proyecto {
  cursor: pointer;
}

#controles #ver-proyecto {
  font-size: 36px;
  text-decoration: underline;
}

#controles #tache-proyecto {
  font-size: 36px;
}

.player {
  cursor: pointer;
}

a {
  cursor: pointer;
  font-size: 36px;
  text-decoration: underline;
  color: black;
}

a:hover, a:visited {
  color: black;
}
/*# sourceMappingURL=style.css.map */