* {
  background-color: #222121;
}

body {
  font-family: "Rubik", sans-serif;
}

div {
  background-color: #333333;
  border-radius: 10px;
  margin: 5px 5px;
}

h1,
h2,
h3,
h4,
p,
a {
  text-align: center;
  color: white;
}

img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#back {
  position: relative;
  left: 50%;
  text-decoration: underline;
  cursor: pointer;
}

#Content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}

.langSelect {
  color: white;
}
/*# sourceMappingURL=HowToGetVtt.css.map */