@font-face {
  font-family: Gameplay;
  src: url("Gameplay.ttf");
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#home {
  background-image: url("maxresdefault.jpg");
  width: 100%;
  height: 100vh;
}

h1 {
  background-color: transparent;
  font-family: Gameplay;
  color: #ffffff;
  text-shadow: 2px 2px #555;
  padding-top: 15px;
  margin-left: 15px;
}

#home-button-container {
  width: 100%;
  margin-top: 70vh;
  text-align: center;
}

.home-button {
  width: 150px;
  height: 50px;
  border: 1px solid #555;
  border-radius: 15px;
  margin: 0px 25px;
  cursor: pointer;
  opacity: 0.9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.home-button:hover {
  opacity: 1;
}

#home-first-button {
  background-color: #303030;
  color: #fff;
}

#home-second-button {
  background-color: #92a9e1;
  color: #303030;
}

.article {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.article-text {
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.article-img {
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  border-radius: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

footer {
  width: 100%;
  height: 130px;
  padding-top: 10px;
  background-color: #303030;
  color: #ffffff;
  position: relative;
}

.up-page {
  margin: auto;
  margin-top: 20px;
  width: 10em;
  padding-top: 1em;
  background-color: #fff;
  color: #000;
  border-radius: 1em;
  cursor: pointer;
}

.up-page p {
  padding: 1em 0em;
  text-align: center;
}

.up-page > * {
  color: #000;
  text-decoration: none;
}

.arrow-up {
  margin: auto;
  width: 12px;
  height: 12px;
  margin-bottom: -5px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(135deg);
}

#copyright {
  position: absolute;
  font-size: 0.8em;
  bottom: 5;
  text-align: center;
  width: 100%;
}
