* {
  margin: 0;
  padding: 0;
  text-orientation: none;
}

a {
  text-orientation: none;
  color: #fcf5eb;
}

body {
  background-color: #313131;
  height: 100vh;
  color: #fcf5eb;
  display: flex;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-wrapper {
  margin: 0 auto;
  /* background-color: red; */
  padding: 3rem;
  /* border: #fcf5eb solid 1px;
  border-radius: 2rem; */
  max-width: 400px;
}

h1 {
  font-weight: 100;
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-bottom: #888888 solid 1px;
}

h4 {
  /* text-transform: uppercase; */
  margin-bottom: 0.5rem;
}

.social-icon {
  /* color: #fcf5eb; */
  color: red;
  height: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.landing-bio-text {
  /* make bio text interactive / fall apart and move around */
  max-width: 100%;
  margin-bottom: 1rem;
}
