html {
  font-family: "Source Code Pro", monospace;
}
html body {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}

.header {
  height: 50px;
  padding: 1em;
}
.header img {
  object-fit: contain;
  height: 100%;
}

.content {
  flex-grow: 1;
  padding: 1em;
}
.content .profile {
  margin: auto auto 3em;
  display: flex;
  flex-direction: column;
  max-width: 1080px;
  align-items: center;
  text-align: justify;
}
.content .profile .message {
  background-color: #d0d0d0;
  padding: 1em 2em;
  border-radius: 5px;
}
.content .profile .message a {
  color: black;
}
.content .profile .message .code {
  color: #6c99bb;
  font-weight: bold;
}
.content .profile img {
  border-radius: 50%;
  width: 150px;
  margin-bottom: 1em;
}
.content .socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.content .socials a {
  margin: 0.5em 1em;
}
.content .socials img {
  height: 50px;
}

.footer {
  bottom: 0;
  background-color: #212121;
  color: white;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer table td:first-child {
  text-align: right;
  padding-right: 1em;
}
.footer a {
  color: white;
}

/*# sourceMappingURL=main.css.map */
