html, body{
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: black;
}

.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: relative;
  z-index: 3;
}

.navbar a{
  color: white;
  text-decoration: none;
  margin-left: 1rem;
}

.navbar a.red{
  color: #F22F1D;
}

.kusama{
  font-family: "Outfit", sans-serif;
  text-align: left;
  font-size: 56px;
  font-weight: 700;
}

.red{
  color: #F22F1D;
}

.nav-right{
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: 700;
  word-spacing: 2rem;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background-color: black;
  z-index: 5;
}

.footer_text{
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: white;
}

main{
  padding-bottom: 100px;
}

h1{
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 0.25rem;
}

h2{
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: white;
  margin-top: 0;
}

main p{
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding-right: 1rem;
}

.text-block{
  width: 43%;
  margin-left: 3rem;
}

.content-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.image_layout{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 45%;
}

.image_1{
  width: 390px;
  height: 305px;
  object-fit: cover;
  margin-left: 15rem;
  margin-top: 3rem;
}

.image_2{
  width: 540px;
  height: 350px;
  object-fit: cover;
  margin-left: -6rem;
}

.image_info{
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.medium {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  max-width: 300px;
  position: absolute;
  right: 444px;
  bottom: 260px;
}

.image_figure{
  margin: 0;
  padding: 0;
}

figcaption{
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: white;
  margin-top: 0.5em;
  text-align: left;
  width: 540px;
  margin-left: -6rem;
}