* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

.about {
  background-color: #15222b;
  padding: 30px 0px;
}

.about h1 {
  width: 100%;
  color: white;
}

#description p {
  /* font-size: large; */
  font-size: larger;
}

#description img {
  border-radius: 50px;
}

a {
  text-decoration: none;
  color: #15222b;
}

/* body {
  height: 10000px;
} */

::selection {
  background-color: #d1b000;
  color: white;
}
