body {
  margin: 0;
  padding: 0;
  background-color: #121212;
}

.aboutme {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #272727;
  border-radius: 45px;
  width: 400px;
  height: 700px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

a {
  color: black;
  font-size: 20px;
  text-decoration: none; 
}