body {
  background:
    url("https://mayonnaisevibes.neocities.org/siteart/fridge-top.png") no-repeat center top / 100% auto,
    url("https://mayonnaisevibes.neocities.org/siteart/fridge-mid.png") repeat-y center top 100px / 100% auto;
  text-align: center;
  height: 97vh;
  max-height: 97vh;
  margin: 0;
  position: relative;
  background-color: #a2badc;
  font-family: vcr;
  overflow-y: hidden;
}

#bg {
  background: url("https://mayonnaisevibes.neocities.org/siteart/fridge-bottom.png") no-repeat center bottom / 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4%;
}

header h1 {
  text-align: center;
  text-shadow: -2px 2px #15085c;
  font-family: ugh;
  color: #0086c3;
  font-size: 75px;
  margin: 30px 50px 0 50px;
}

header a:link,
header a:visited {
  text-decoration: none;
  color: #0086c3;
  text-shadow: -2px 2px #15085c;
}

nav {
  font-family: W98;
  font-size: 35px;
  width: 20em;
  background-color: #fbff9b;
  text-align: center;
  margin: 0 auto 0 auto;
  justify-content: center;
}

nav a:link,
nav a:visited {
  color: black;
  text-decoration: none;
}

nav a:hover {
  color: #1500ff;
}

main {
  justify-content: center;
  display: flex;
  font-size: 16px;
}

.main-container {
  width: 77em;
  height: 39em;
  border: 5px solid #fbff9b;
  border-radius: 5px;
  line-height: 1.3;
  font-size: large;
  margin: 2em auto auto auto;
  position: relative;
}

.divbg {
  background-color: #e6e7bd;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.left {
  margin: 0 12px 24px 5px;
}

.right {
  margin: 0 auto 24px auto;
}

@font-face {
  font-family: ugh;
  src: url(../fonts/ugh.ttf);
}

@font-face {
  font-family: vcr;
  src: url(../fonts/VCRosdNEUE.ttf);
}

@font-face {
  font-family: W98;
  src: url(../fonts/sysfont.otf);
}

@font-face {
  font-family: S14;
  src: url(../fonts/DSEG14Modern-Regular.ttf);
}

footer {
  font-family: verdana;
  font-size: 1em;
  color: darkgray;
}

footer a:link,
footer a:visited {
  color: blue;
}