html {
  scroll-behavior: smooth;
}

header {
  background: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Acme";
  position: fixed;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Righteous";
}

a {
  text-decoration: none;
  color: inherit;
}

nav {
  background: lightblue;
  padding: 20px 0;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

nav ul li {
  margin: 0 30px;
  font-size: 20px;
  cursor: pointer;
}

nav ul li:hover {
  color: white;
}

section {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
}

.display-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.bio-container {
  width: 100%;
}

.bio {
  text-align: center;
}

.im {
  margin: 0;
  color: #613002;
  font-size: 10vw;
}

.ie {
  margin: 0;
  color: #242424;
  font-size: 2vw;
}

.exp-container {
  background-color: #ff7b00;
}

.dtexp-container {
  background-color: khaki;
}

.exp {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 6vw;
}

.dt-exp {
  margin: 0;
  font-family: "Acme";
  text-align: start;
  color: #613002;
  font-size: 2vw;
  line-height: 7px;
}

.skl-container {
  background-color: #ff7b00;
}

.dtskl-container {
  background-color: #613002;
}

.skl {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 8vw;
}

.dt-skl {
  margin: 0;
  font-family: "Acme";
  text-align: start;
  color: #fff;
  font-size: 25px;
  line-height: 7px;
}

.cnt-container {
  background-color: #ff7b00;
}

.dtcnt-container {
  background-color: khaki;
}

.cnt {
  margin: 0;
  text-align: center;
  color: #fcfcfc;
  font-size: 8vw;
}

.dt-cnt {
  color: #613002;
  font-size: 4vw;
  line-height: 2px;
  display: flex;
  justify-content: space-between;
}

.dt-cnt a:hover {
  color: #002fff;
}

ion-icon {
  padding: 30px 30px 0px 30px;
}

.dt-cnt p {
  font-size: 15px;
  text-align: center;
  line-height: 5px;
}

@media (max-width: 768px) {
  .display-flex {
    width: 100%;
  }

  nav ul li {
    margin: 0 10px;
  }
}
