@font-face {                  
font-family: 'unixel';
src: url(https://humantooth.neocities.org/fonts/unixel-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'Illusion';
src: url(https://litterbug.neocities.org/IllusionSerif-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'SectorMono';
src: url(https://humantooth.neocities.org/fonts/SectorMono-Normal.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

h1 {
  color: black;
  font-family: Papyrus, fantasy; 
  font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;
}

h2 {
  color: black;                 
  font-family: SectorMono;
  font-weight: normal;
  font-style: normal;
  font-size: 20px; font-variant: normal; line-height: 26.4px; 
}
  
h3 {
  color: black;
  font-family: serif; 
  font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; 
}

h4 {
  color: black;
  font-family: sans-serif; 
  font-size: 18px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; 
}

body {
  background-image: url("clover.jpg");
  color: black;
  font-family: serif; 
  font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
  min-width: 250px;
}

p {
  color: black;
  font-family: unixel;
  font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px;
}

a:link {
  color: deeppink;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: darkblue;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

/*END OF BASE STYLES*/

.container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  gap: 30px;
  max-width: 100%;
  margin: auto;
}

.center {
  background: cornsilk;
  border-radius: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 30px;
  max-width: 750px;
  margin: auto;
  padding: 15px;
}

@media (max-width: 750px) {
  .center {
    max-width: 100%;
}
}

.images {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 15px;
  max-width: 100%;
  margin: auto;
}

.menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 30px;
  max-width:100%;
}

.menu-item {
}