* {
  margin: 0;
  padding: 0;
  font-family: Arial;
}

body {
  width: 100%;
  margin-top: 15%;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  text-decoration: none;
}
