@font-face {
  font-display: swap;
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/PermanentMarker-Regular.ttf') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Story Script';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/storyscript-regular.ttf') format('woff2');
}


body {
  background: #fff040;
  background: linear-gradient(220deg, #fff040 40%, #eda200 40%, #ed5b00 57%);
  background-repeat: no-repeat;
  min-height: 30%;
  max-height: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: auto;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Permanent Marker', sans-serif;
  font-size: 120px;
  text-align: center;
  line-height: 120px;
  color: #ff7000;
  text-shadow: 4px 4px #b14011;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 500px;

    border: solid;
    border-width: 30px;
    border-radius: 200px;
    border-color: #fff040;
  max-width: 1000px;
  width: 100%;
  background-color: #fff040;
}

ul {
  list-style-type: none;
  display:flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #551201;
}

ul li a {
  font-family: 'Gill Sans';
  display: block;
  color: #e1ff00;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
ul li a:hover {
  background-color: #772407;
}


h2 {
  font-family: 'Story Script', sans-serif;
  font-size: 40px;
  color: #ebd900;
  text-shadow: 2px 2px #551201;
  text-align: center;
  margin-top: 30px;
}

figure, figcaption, img.cgi {
  align-content: center;
  line-height: 30px;
  display: block;
}

p {
  font-family: 'Gill Sans';
  color: #ebd900;
  text-shadow: 2px 2px #551201;
  font-size: 20px;
  text-align: center;
}

ul.container {
  list-style-type: none;
  display:flex;
  justify-content: center;
  margin: auto;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  max-width: 8000px;
}

li.categories {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-right: 100px;
  margin-left: 100px;
  width: 150%;
  max-width: 700px;
  border-radius: 60px;
  margin: auto;
}

img.art {
  display: flex;
  flex-direction: center;
  border: solid;
  border-color: transparent;
  outline: solid;
  outline-width: 1px;
  outline-color: #551201;
  border-radius: 50px;
  max-width: 400px;
  margin-right: 30px;
  margin-left: 30px;
}

img.swing {
  position: absolute;
  align-content: right;
  margin-left: 900px;
  margin-right: 10px;
  margin-bottom: 100px;
  margin-top: 0;
  max-width: 500px;
  width: 100%;
}