@font-face {
    font-family: GothicByte;
    src: url(fonts/Gothicbyte-WpeRG.ttf);
}

@font-face {
    font-family: PixelGamer;
    src: url(fonts/PixgamerRegular-OVD6A.ttf);
}

h2 {
    color: bisque;
    text-align: center;
    margin: auto;
    font-family: GothicByte;
    font-size: 50px;
    padding: 10px;
}

h3 {
    color: bisque;
    text-align: center;
    margin: auto;
    font-family: GothicByte;
    font-size: 30px;
    padding: 10px;
}

header {
    color: bisque;
    text-align: center;
    margin: auto;
    font-family: PixelGamer;
    font-size: 20px;
    padding: 5px;
    max-width: 60%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info-box {
    text-align: left;
    font-family: PixelGamer;
    font-size: 20px;
}


.container {
    border: 2px dashed white;
    align-content: center;
    max-width: 100%;
    margin: auto;
    color: bisque;
    letter-spacing: 1px;
}

#page {
    border: 2px dashed white;
    align-content: center;
    width: 90%;
    margin: auto;
    color: bisque;
    letter-spacing: 1px;
    background-color: rgba(18, 17, 16, 0.92);
}

.title {
    font-size: 20px;
    font-style: italic;
}

.info {
    font-size: 15px;
    font-style: normal;
}

.grid-container {
  columns: 3 200px;
  column-gap: 1.5rem;
  width: 90%;
  margin: 0 auto;
  div {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: dashed 2px white;
    padding: 5px;
  }
    
    img {
      width: 100%;
    }

    img:hover {
        transform: scale(1.5);
    }

    p {
      margin: 5px 0;
      padding: 0;
      text-align: center;
      font-family: PixelGamer;
    }
  }

a {
    color: #ffe4c4;
}

a:hover {
    color: #ffa07a;
}

a:visited {
    color: #ffe4c4;
}

a:visited:hover {
    color: lightsalmon;
}

footer {
    color: bisque;
    height: 80px;
    font-family: GothicByte;
    font-size: 20px;
    text-align: center;
    border: 1px solid white;
    letter-spacing: 3px;
    width: 1000px;
    margin: auto;
    background-color: rgba(18, 17, 16, 0.92);
    padding-right: 5px;
    padding-left: 5px;
}

.home {
    text-align: center;
    margin: auto;
    padding: 10px;
}

