body {
  margin: 0px;
  padding: 0px;
  height: 190vh;
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  padding: 0px;
  margin: 0px;
  border-right: 2px solid #744b8e;
  background-color: #744b8e;
  width: 13vw;
  height: 100vh;
  font-family: sans-serif;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav ul li a {
  text-decoration: none;
  font-family: sans-serif;
  font-size: 1.5rem;
  color: white;
}

.links {
  position: relative;
  margin-top: 10px;
  top: 150px;
  list-style-type: none;
  background-color: #744b8e;
  padding: 20px;
  transition: 300ms;
}

.links:hover {
  background-color: #9675ab;
  transition: 300ms;
  cursor: pointer;
}

#name {
    position: relative;
    top: 25px;
}

/* Logos.html */
.body {
  position: absolute;
  left: 13vw;
  z-index: -1;
  width: 80vw;
  height: 80vh;
}

.sketch {
  width: 500px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.final {
    height: 250px;
    position: absolute;
}

#firstName {
  color: white;
  position: relative;
  font-size: 2rem;
  left: 2rem;
}

#lastName {
  color: white;
  font-size: 1.5rem;
  position: relative;
  left: 7.4rem;
  text-align: end;  
}

#W1 {
    position: absolute;
    left: 15vw;
    top: 35vh;
}

#W2 {
    position: absolute;
    left: 15vw;
    top: 70vh;
}

#W3 {
    position: absolute;
    left: 15vw;
    top: 105vh;
}

#WF1 {
    left: 50vw;
    top: 37vh;
}

#WF2 {
    left: 50vw;
    top: 72vh;
}

#WF3 {
    left: 50vw;
    top: 107vh;
}

p {
    width: 50%;
    font-family: sans-serif;
    font-size: 1.2rem;
    background-color: gray;
    padding: 10px;
    border-radius: 4px;
    line-height: 25px;
    color: white;
    position: relative;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

/* footer {
    width: 100%;
    height: 10vh;
    position: absolute;
    top: 141vh;
    background-color: #744b8e;
} */

/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 2vw;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #744b8e;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #9770A8;
  }

h1 {
    font-family: sans-serif;
    font-size: 4rem;
    text-align: center;
}

.hr {
    position: absolute;
    width: 70vw;
    height: 1px;
    top: 32vh;
    left: 8vw;
    background-color: black;
}

.hr1 {
    position: absolute;
    width: 70vw;
    height: 1px;
    top: 67vh;
    left: 8vw;
    background-color: black;
}

.hr2 {
    position: absolute;
    width: 70vw;
    height: 1px;
    top: 102vh;
    left: 8vw;
    background-color: black;
}

.FirstPass {
    width: 450px;
    margin: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.SecondPass {
    width: 450px;
    margin: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.ThirdPass {
    width: 450px;
    margin: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.cont {
    width: 100vw;
    position: absolute;
    top: 37vh;
    left: 4vw;
    overflow-y: hidden;;
}