body {
  height: 100vh;
  background-color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  font-weight: 400;
  margin: 0;
  display: flex;
}
#header {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    151deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(159, 73, 102, 1) 52%,
    rgba(105, 102, 101, 1) 54%,
    rgba(195, 20, 30, 1) 100%
  );
  color: rgba(200, 200, 200);
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
img {
  border-radius: 100%;
  margin: 0 0 1em 0;
  width: 6.25em;
}
.inner {
  height: 60%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
strong {
  color: white;
}
h1 {
  font-size: 18pt;
}
main {
  width: 100%;
  height: auto 100%;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 50px 0px;
  color: rgba(125, 125, 125);
  flex-direction: column;
  scroll-behavior: auto;
  flex-grow: 1;
}

h2 {
  font-size: 22pt;
  text-align: center;
}
p {
  font-size: 16pt;
  text-align: center;
  margin-left: 95px;
  margin-right: 95px;
  width: 75%;
}

#work {
  border-top: solid 2px #efefef;
  margin: 4em 0 0 0;
  padding: 4em 0 0 0;
  display: flex;
  width: 75%;
  display: flex;
  flex-direction: column;
}
h3 {
  font-size: 16pt;
}
.list {
  font-size: 16pt;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 200px;
}
.links {
  display: flex;
  justify-content: center;
}

.social {
  height: 90px;
  width: 90px;
  object-fit: fill;
}
@media only screen and (max-width: 650px) {
  body {
    flex-direction: column;
  }
  #header {
    width: 100vw;
  }
  h3 {
    padding-right: 90px;
  }
  h1 {
    text-align: center;
    font-size: 16pt;
  }
  img {
    padding-top: 10px;
  }
}

#one {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
