@font-face {
  font-family: videoFont;
  src: url(PressStart2P-Regular.ttf);
}

div {
  padding: 5px;
}

img {
  width: 300px;
  height: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
a:link,
a:visited {
  background-color: red;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover,
a:active {
  background-color: rgb(249, 111, 111);
}

h1 {
  color: red;
  padding: 20px 0;
  text-align: center;
}

h2 {
  color: red;
  text-align: center;
}

body {
  background-color: black;
  font-family: videoFont;
  position: relative;
}

section {
  color: white;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

html,
body {
  overflow-x: hidden;
}

footer {
  padding-top: 10px;
  text-align: center;
  font-size: 8px;
  color: white;
  padding-bottom: 20px;
}
