html,
body {
  overflow: auto;
}

/* Splitting Screen */
.split {
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* Control the left side */
.left {
  width: 30%;
  left: 0;
  background-color: #323b4c;
}

/* Control the right side */
.right {
  width: 70%;
  right: 0;
  background-color: rgb(229, 230, 235);
}

/* Control the visitor section */
#visit-counter {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #323b4c;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  text-decoration-line: underline;
  padding: 2% 2% 0 0;
}

/* Control the about section */
.about-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #323b4c;
  padding: 2% 4% 0 4%;
}

#name {
  font-size: 85px;
  letter-spacing: 3px;
  font-weight: 600;
}

.surname {
  font-weight: 200;
  letter-spacing: 5px;
}

#title {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: -50px;
}

#abstract {
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

.left img {
  position: relative;
  width: 300px;
  border-radius: 10%;
  left: 15%;
  margin-top: 90px;
}

/* Control the Experience Section */
.experience-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #323b4c;
  padding: 1% 4% 0 4%;
}

#experience {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 10px;
}

#experience-items {
  list-style: decimal;
}

#years {
  font-size: 20px;
  font-weight: bold;
}

#company-name {
  font-size: 20px;
  margin-bottom: -0.3em;
}

#role {
  margin-top: 2em;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: -0.3em;
}

.deets {
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

#deets-list {
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

#item {
  margin-bottom: 1.2em;
}

/* Control the projects Section */
.projects-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #323b4c;
  padding: 1% 4% 0 4%;
}

#projects {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 10px;
}

#project-items {
  list-style: decimal;
}

#project {
  margin-top: 2em;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: -0.3em;
}

.deets {
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

#deets-list {
  text-align: justify;
  text-justify: inter-word;
  font-size: 18px;
}

#item {
  margin-bottom: 1.2em;
}
/* Control the certification sections */
.certification-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #323b4c;
  padding: 5% 4% 0 4%;
}

#certifications {
  margin-top: -0.5em;
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 10px;
}

#certification {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -0em;
}

#date {
  margin-top: em;
  font-size: 17px;
  font-weight: normal;
}

#validation {
  font-size: 18px;
  margin-bottom: 2em;
}

#valid-link {
  color: #323b4c;
}

/* Control the contact section */
.contact-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(229, 230, 235);
  padding: 4% 4% 0 15%;
}
#contact {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 1em;
}

#contact-key {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0.3em;
}

#contact-value {
  font-size: 18px;
  margin-bottom: 2.5em;
}

#linkedin {
  font-size: 18px;
  margin-bottom: 2.5em;
  color: rgb(229, 230, 235);
}

/* Control the education section */
.education-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(229, 230, 235);
  padding: 4% 4% 0 15%;
}
#education {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 1em;
}

#year {
  font-size: 19px;
  margin-bottom: -0.5em;
}

#degree {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -0.2em;
}

#place {
  font: size 20px;
  font-weight: bold;
  margin-bottom: 2em;
}

/* Control the skills section */
.skills-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(229, 230, 235);
  padding: 4% 4% 0 15%;
}

#skills {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 1em;
}

#list-skills {
  list-style: disc;
  margin-left: -1.5em;
}

#skill {
  font-size: 18px;
  margin-bottom: 1em;
}

/* Controls the language section */

.language-section {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(229, 230, 235);
  padding: 4% 4% 0 15%;
}

#languages {
  font-size: 35px;
  border-bottom: 2px solid currentColor;
  margin-bottom: 1em;
}

#language {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
}
