:root {
    --ff-primary: "Press Start P2", cursive; 
}

*,
*::before,
*::after {
    box-sizing: boarder-box;
}

h1 {
    font-family: 'Press Start 2P', cursive;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    display: block;
    margin-inline: auto;
}

div.content {
    max-width: 1000px;
    position: relative;
    margin: auto;
    
}

.img-container {
    float: left;
    width: 33.33%;
    padding: 5px;
  }

  * {
    box-sizing: border-box;
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .t-image {
      position: relative;
      height: auto;
      z-index: 2;
      position: relative;
      top: -270px;
  }

  .backgroundimg {
      z-index: 1;
      position: relative;
  }

  .clippy {
      position: fixed;
      max-height: 40%;
      max-width: 40%;
      z-index: 2;
      bottom: 0px;
      right: 0px;
  }

  .blink {
      size: 20%;
  }

  .congrats {
      position: fixed;
      max-width: 100%;
      max-height: 100%;
      left: 0px;
  }