:root {
  --highlight-background-color: #8ecae6;
  --highlight-text-color-: #023047;
}

body {
  background-color: #023047;
  font-family: "Red Hat Mono", monospace;
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: var(--highlight-background-color);
  color: var(--highlight-text-color-);
}
::-moz-selection {
  background: var(--highlight-background-color);
  color: var(--highlight-text-color-);
}

.about-me-box {
  color: #fb8500;
  font-size: 1.25rem;
  margin: 2rem;
  padding: 2rem;
  width: 75%;
}

.social-media-box {
  color: #fb8500;
  font-size: 1.25rem;
  margin-left: 2rem;
  padding-left: 2rem;
  width: 75%;
}

a:link {
  color: #fb8500;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:visited {
  color: #fb8500;
  text-decoration: none;
}
