.what {
  font-size: 35px;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.what :hover {
  font-style: italic;
}

.container {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  width: 775px;
  border: solid 1.2px #472121;
  margin-right: auto;
  margin-left: auto;
}

.outer-container {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  width: 775px;
  margin-right: auto;
  margin-left: auto;
}


body {
  position: relative;
  justify-content: center;
  align-items: center;
  color: #472121;
}

a {
  color: #472121;
}

a :hover {
  font-style: italic;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #ffffff;
}