body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.container {
  margin: 2rem;
}

.links {
  border-style: solid;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 300px;
  border-width: thin;
  border-color: darksalmon;
  border-radius: 20px;
}

.space {
  height: 10px;
}

a {
  color: darksalmon;
}

.title {
  color: darksalmon;
  text-align: center;
  margin-top: 2rem;
  font-size: xxx-large;
}

.heading2 {
  color: darksalmon;
  font-size: xx-large;
}

.heading3 {
  color: darksalmon;
}

.main-page {
  display: flex;
  justify-content: center;
}

#website {
  margin-top: 3rem;
  margin-left: 10rem;
  color: purple;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.social-media > a > img {
  width: 45px;
  height: 45px;
}

#bottom {
  font-style: italic;
  text-align: center;
}
