html {
  height: 100%;
  line-height: 1.2;
}

p {
  margin: 1.2em 0;
}

body {
  height: 100%;
  background-size: cover;
  height: 100vh;
  background-color: #bdd5e7;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #443e3f;
  background-color: #f3d3d6;
  opacity: 0.9;
  padding: 20px;
  border-radius: 10px;
  border-color: #6e6363;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #6e6363;
  padding-bottom: 10px;
}

.username {
  font-weight: bold;
  font-size: 18px;
}

.icons {
  font-size: 2em;
}

.pfp-img {
  width: 100px;
  object-fit: cover;

}

.content {
  margin-top: 20px;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.links {
  color: #eb99a7;
}

#error {
  color: crimson;
}