body {
    background-color: #fafaf7;
    background-size: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
}

.main {
  position: relative;
}

.title {
   position: absolute;
  font-size: 50px;
  color: #7a825e;
  max-width: 100%;
  top: 0px;
  right: 265px;
  z-index: 1;
  white-space: nowrap;
}

.list {
   position: absolute;
  font-size: 20px;
  color: #7a825e;
  max-width: 100%;
  top: 140px;
  right: 265px;
  z-index: 4;
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
}

h1 {
  font-size: 35px;
}

li {
  list-style-type: none;
}

a:link {
  color: #9c9481;
  text-decoration: underline 1px;
}

a:visited {
  color: #9c9481;
  text-decoration: underline 1px;
}

a:hover {
  color: #9c9481;
  text-decoration: underline 1px;
}

a:active {
  color: #9c9481;
  text-decoration: underline 1px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #fafaf7;
}

::-webkit-scrollbar-thumb {
  background: #9c9481;
}

::-webkit-scrollbar-thumb:hover {
  background: #9c9481;
}