@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
  background-color: #003049;
  font-family: 'JetBrains Mono', monospace;
  color: #eee;
  display: flex;
  padding-top: 5rem;
  justify-content: center;
}

.container {
  width: 768px;
  display: flex;
  flex-direction: column;
}

.row {
  width: 100%;
  display: flex;
}

.profilepic {
  margin-top: 2rem;
  margin-right: 5rem;
  widht: 15rem;
  height: 15rem;
  border-radius: 5rem;
  border: 3px dashed #F77F00;
  padding: 1rem;
}

em {
  font-style: normal;
}

a {
  color: #eee;
}

hr {
  width: 100%;
}

dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

hr.small {
  width: 1rem;
}

h4 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .profilepic {
    display: none;
  }
}
