@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow: hidden;
}

h1 {
  color: black;
  font-family: "Inter";
  font-weight: 300;
  font-size: 5vh;
  border-bottom: .33vh solid;
  margin-top: 0;
  margin-bottom: .33vh;
}

h2 {
  color: black;
  font-family: "Inter";
  font-weight: 300;
  font-size: 4vh;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: center;
}

h3 {
  color: black;
  font-family: "Inter";
  font-weight: 350;
  font-size: 3vh;
  margin-top: 0;
  margin-bottom: 5px;
}

p {
  color: black;
  font-family: 'Inter';
}

.container {
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr;
}

.sidebar {
  display: flex;
  flex-wrap: wrap;
  background: white;
  width: 20vh;
  height: 100%;
  color: black;
  font-family: "Inter";
  font-weight: 300;
  font-size: 4vh;
}

.sidebar>* {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sidebar-button {
  border: none;
  font: "Inter Tight";
  color: black;
  margin-top: 5vh;
  font-size: 3vh;
  text-align: center;
}

.sidebar>*:last-child,
.sidebar>*:nth-last-child(2) {
  margin-top: auto;
  width: 50%;
  margin-bottom: 1vh;
}

.body {
  display: grid;
  grid-template-columns: 1fr 100fr;
  overflow: hidden;
}

.content {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.screen {
  height: 100vh;
}

.introbox {
  width: 70vh;
  text-align: center;
}

.workbox {
  width: 33vh;
  text-align: left;
  margin-top: 5vh;
  margin-left: 2.5vh;
  margin-right: 2.5vh;
}

#one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}

#two {
  background-color: white;
  align-items: center;
  justify-content: center;
  margin-left: 10vh;
  margin-right: 10vh;
  padding-top: 10vh;
}

#three {
  background-color: white;
}

#four {
  background-color: white;
}

#five {
  background-color: white;
}

#experience {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: center;
}

#worktext {
  font-weight: 300;
  font-size: 2vh;
  margin-top: 0.15vh;
  margin-bottom: 0.15vh;
}

#titletext {
  font-weight: 300;
  font-size: 2.5vh;
  margin-top: 0.15vh;
  margin-bottom: 0.15vh;
}

#datetext {
  font-weight: 300;
  font-size: 2vh;
  margin-top: 0.15vh;
  margin-bottom: 0.15vh;
}

#introtext {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 3vh;
}

.image {
  height: 60vh;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.icon {
  height: 5.5vh;
  width: 5.5vh;
  margin-top: .5vh;
  margin-bottom: .5vh;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#midleft {
  display: inherit;
  flex-direction: column;
}

#midright {
  display: inherit;
  flex-direction: column;
  justify-content: right;
}

.cont {
  padding: 2px 16px;
}