.title {
  margin-left: 3%;
  margin-top: -2%;
  font-size: 40px;
  position: absolute;
  rotate: -10deg;
  z-index: 1;
  text-shadow: 4px 4px #74A694;
}
.container {
  margin-top: 5%;
  height: 800px;
}

.flex-container {
  margin: auto;
  width: 80%;
  height: 60%;
  border: solid 2px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #8d3d0c, #8d3d0c, #b0531a, #e28e1e, #f79658);
  display: flex;
  flex direction: row;
  overflow: hidden;
}

.bumper {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  margin: auto;
  height: 100%;
  overflow: hidden;
}

.bumperimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  overflow: hidden;
}

.bumperimg img {
  flex-basis: 100%;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.center-img {
  display: flex;
  
  justify-content: center;
  align-items: center;
  border: solid 2px;
  overflow: hidden;
  height: 100%;
}

.textbox {
  position: absolute;
  margin: 15px;
  padding: 10px;
  background-color: #74A694;
  height: 60%;
  width: 175px;
  text-align: center;
  border-radius: 20px;
  overflow: auto;
}

h1 {
  font-family: "bungee"
}

p {
  font-family: "atma"
}

a {
  color: #79EDA7;
}

.float {
  position: absolute;
  margin-left: 675px;
  margin-top: -175px;
}

@font-face {
  font-family: "atma";
  src: url(https://files.catbox.moe/9rd4us.ttf);
}

@font-face {
  font-family: "bungee";
  src: url(https://files.catbox.moe/b1zx4a.ttf);
    }

/*boring stuff that makes the pages work DONT DELETE IT!!!!*/

html {
    scroll-padding-top: 100px;
}

.page {
    display: none; 
}
    
.page:target {
    display: block;
}

body:not(:has(:target)) #page1 {
    display: block;
}