@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: 'Proxima-Nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'Proxima-Nova Semibold';
  src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
}

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

.jetbrains {
  font-family: 'Jetbrains-Mono', sans-serif;
  font-weight: bold;
}

.blue {
  color: #3C7AE2;
}

h1, h2 {
  margin: 0.3rem;
  letter-spacing: 0.07rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 1.3rem;
}

#title {
  font-size: 2rem;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Proxima-Nova', sans-serif;
  font-weight: bold;
  color: #272C38;
}

.semibold {
  font-family: 'Proxima-Nova Semibold', sans-serif;
  font-weight: normal;
}

p {
  margin-top: 5px;
}

.flexbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  margin-bottom: 4rem;
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links a {
  color: #D0D0D0;
  text-decoration: none;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.links a i {
  transition: color 0.2s ease;
}

i.fa-twitter,
i.fa-github,
i.fa-linkedin {
  font-size: 1.6rem;
}

i.fa-paper-plane,
i.fa-file-text {
  font-size: 1.3rem;
}

i.fa-twitter:hover,
i.fa-file-text:hover {
  color: #3C7AE2;
}

i.fa-github:hover,
i.fa-linkedin:hover {
  color: #3C7AE2;
}

i.fa-paper-plane:hover {
  color: #3C7AE2;
}
