@font-face {
  font-family: ByteBounce;
  src: url(fonts/ByteBounce.ttf);
}
body {
  align-self: center;
  align-content: center;
  background-image: url(bg.webp);
  background-size: cover;
}

header {
  align-self: center;
  align-content: center;
}

aside {
  width: 30%;
  align-self: right;
  align-content: right;
  padding-bottom: 100px;
  padding-top: 150px;
}

section {
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  align-content: center;
  height: 300px;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 20px;
  padding-top: 100px;
  width: 90%;
}

.credits p {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

h1 {
  text-align: center;
  font-size: 154px;
  font-family: ByteBounce;
  color: rgb(0, 0, 0);
}

h2 {
  text-align: center;
  font-size: 128px;
  font-family: ByteBounce;
  color: rgb(0, 0, 0);
}

h3 {
  text-align: center;
  font-size: 72px;
  font-family: ByteBounce;
  color: rgb(0, 0, 0);
}

p {
  text-align: center;
  font-size: 32px;
  font-family: ByteBounce;
  color: rgb(0, 0, 0);
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.kangel {
  width: 30%;
  align-self: right;
  align-content: right;
  padding-bottom: 50px;
  padding-top: 200px;
}

.main {
  background-image: url(window.png);
  background-size: 100%;
  transform: scale(0.5);
  transition: transform 0.2s;
  background-repeat: false;
}
.main:hover {
  background-image: url(window.png);
  background-size: 100%;
  transform: scale(0.55);
  transition: transform 0.2s;
  background-repeat: false;
}

/*# sourceMappingURL=style.css.map */
