@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
@import url(style-body.css);
@import url(name-devs.css);
@import url(style-menu.css);
/* Reset */
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Play", sans-serif;
}

/* Cor da pag */
body {
  margin: 0;
}

.titulo {
  font-size: 1vw;
  color: white;
  text-align: center;
  cursor: default;
}
/* animação no mome rick and morty */
.subTitulo {
  color: #484848;
  font-size: 3vw;
  font-weight: bold;
  font-family: "Play", sans-serif;
  letter-spacing: 7px;
  cursor: pointer;
}
h2 span {
  transition: 0.5s linear;
}
h2:hover span:nth-child(1) {
  margin-right: 15px;
}

h2:hover span:nth-child(2) {
  margin-left: 15px;
}
h2:hover span {
  color: #8bfac6;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #fff;
}
.names {
  color: #00ff88;
}

.paragrafo {
  font-size: 2vw;
  color: white;
  text-align: left;
  cursor: default;
  letter-spacing: 0.5px;
}

/* posição dos textos */
.text {
  width: 90%;
  height: 40%;
  margin-left: 30px;
  margin-top: 10vw;
  margin-bottom: 8vh;
  display: flex;
  padding-left: 5%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

/* Tamanho e estilo do gif */
.div-do-gif {
  text-align: left;
  margin-left: 2vw;
  margin-right: 2vw;
}
.gif {
  height: 50%;
  width: 60%;
  border: 6px solid rgba(128, 0, 128, 0.687);
  border-radius: 20px;
}

.button {
  width: 20%;
  padding: 15px 5px;
  border-radius: 10px;
  letter-spacing: 1px;
  color: black;
  background: #00ff88;
  cursor: pointer;
  box-shadow: 0px 10px 40px -12px #00ff8052;
  text-align: center;
  margin-top: 5%;
  text-decoration: none;
}

.button:hover {
  background: #8bfac6;
  text-shadow: none;
}
