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;
}

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

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

.heading{
  text-align: left;
}

.image_1{
  object-fit: cover;
  border-radius: 50%; 
  position: absolute;
  bottom: 110px;
  left: 50px;
}

.image_2{
  width: 276px;
  height: 276px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  left: 550px;
  top: 100px;
}

.image_3{
  width: 224px;
  height: 224px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  left: 530px;
  bottom: 80px;
}

main p{
  width: 38%;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-left: auto;
  margin-right: 2rem;
}
