body {
  background: url("images/bg.jpg") center center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #270d05;
}

a {
  color: #270d05;
  text-decoration: none;
}
a:hover {
  color: #a03010;
}

.container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content {
  text-align: center;
}
.content img[alt=YouTube] {
  height: 50px;
  width: auto;
}/*# sourceMappingURL=style.css.map */