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

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

.text {
  padding-top: 215px;
  font-size: 19px;
  padding-left: 10px;
  padding-right: 10px;
}

.text p {
  border: solid 2.5px #472121;
  width: 521.5px;
  background: #ffffff;
  box-shadow: 0 0 0 2.5px #ffffff;
}

.top {
  display: flex;
  border-bottom: solid 1.2px #472121;
  background-image: url('imgs/traildither.png');
}

.sansa img {
  height: 300px;
  object-fit: contain;
   float: right;
   border-left: solid 2.5px #472121;
}

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