html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #2b314d;
}
 
::-webkit-scrollbar-thumb {
  background: #33395e;
  border-radius: 10px;
}

body {
  background-color: #23283E;
  color: white;
  font-family: "Poppins";
}

nav {
  background-color: #1c2032;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 95%;
  border-radius: 8px;
  top: 2.5%;
  left: 1%;
}

nav a {
  color: white;
  text-decoration: none;
  margin-right: 30px;
  margin-top: auto;
}

nav ul {
  transition-duration: 0.2s;
}

nav ul:hover {
  opacity: 0.7;
}

.fa-solid {
  margin-right: 5px;
}

header {
  margin-top: 5%;
  text-align: center;
  margin-left: 5%;
}

header h1{
  font-size: 50px;
}

.btn {
  height: 60px;
  width: 300px;
  border: none;
  border-radius: 8px;
  color: white;
  background-color: #1c2032;
  font-family: "Poppins";
  margin-top: 20px;
  font-size: 20px;
  transition-duration: 0.4s;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.4;
}


.placeholder {
  background-color: #1c2032;
  margin-top: 10%;
  height: 200px;
  width: 300px;
  text-align: center;
  border-radius: 8px;
  line-height: 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 10px 0px;
}

.placeholder p{
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

#containment {
  text-align: center;
  margin-left: 5%;
}

.conyap {
  margin-left: 15%;
  width: 60%;
  margin-top: 5%;
}

.image {
  margin-top: 5%;
}

.hold {
  text-align: center;
  margin-left: 5%;
}

#placeholder1 {
}


footer {
  text-align: center;
  margin-left: 5%;
}

#back {
  position: relative;
  left: 85%;
  width: 200px;
}
