:root {
  --rsb: #04192b;
}

.r-body {
  background-color: var(--rsb);
}

.image {
  width: 400px;
  height: auto;
  opacity: 1;
  margin-top: -55px;
  margin-left: -66px;
  padding-left: 0;
}

.body {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav {
  z-index: 10;
  width: 80%;
  height: 60px;
  opacity: .75;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  width: 100%;
  height: 100vh;
}
