body {
  background-color: #222;
  color: #fff;
  font-family: Arial, sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.profile-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.profile-links a {
  margin-left: 10px;
  margin-right: 10px;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.link-list {
  margin-top: 30px;
}

.container {
  width: 95vw;
  height: 95vh;
  display: flex;
}

.container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; /* normally it's the default value */
}

.header img {
  border-radius: 50%;
  object-fit: cover;
  width: 80px;
  margin-right: 12px;
}

.header h1 {
  margin-left: 12px;
}
