body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.about-box {
  width: 60%;
  max-width: 600px;
  margin: 60px auto; /* top-bottom and center horizontally */
  padding: 20px;
  background-color: #f8f8f8;
  border: 2px solid #ccc;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}