* {
  box-sizing: border-box;
}

#minecraft_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

#base1, #base2, #base3, #base4, #base5, #base6 {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#roblox_gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

#roblox1, #roblox2, #roblox3, #roblox4, #roblox5, #roblox6, #roblox7, #roblox8, #roblox9 {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  aspect-ratio: 1.5/1;
  object-fit: cover;
}

#roblox_gallery figure {
  margin: 0;
  text-align: center;
}

#roblox_gallery figure a {
  text-decoration: none;
}

#minecraft_gallery figure {
  margin: 0;
  text-align: center;
}

#minecraft_gallery figure a {
  text-decoration: none;
}

.home_btn {
  padding: 0.4rem 0.7rem;
  background: rgb(159 213 155 / 70%);
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
}

.home_btn:hover {
  background: #799c82;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #111;

  background-color: rgba(111, 167, 240, 0.37);
  background-image: url("../img/ironman.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header,
.main-nav,
.content,
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header {
  padding: 2rem 1rem 1rem;
  background: rgb(159 213 155 / 70%);
  border: 1px solid #000;
}

#main_title {
  margin: 0;
}

.content2 {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  margin: 1rem;
}

.site-footer {
  padding: 1rem;
  font-size: 0.8rem;
}

#foot_image img {
  width: 200px;
}

.content1 {
  display: flex;
  background: rgba(255, 255, 255, 0.6);
  margin: 1rem;
}

.content1 li {
  text-decoration: none;
  list-style-type: none;
}