* {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
  max-width: 100%;
  transition: 0.1s ease-in-out;
  line-height: 1.5;
}


.dark{
  color: white;
  background-color: rgb(36, 33, 33);
  transition: 0.1s ease-in-out;
}
.main2 p {
  font-size: 23px;
}

.main2 h1 {
  margin-bottom: 10px;
  font-size: 40px;
}
.image {
  justify-content: center;
  position: relative;
  margin-right: 20%;
}
.main2 {
  display: flex;
  flex-direction: column;
  margin-left: 13%;
  margin-top: 15%;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 40rem;
}

.sticky ul li  {
  display: inline;
  justify-content: space-around;
  font-size: 23px;
  padding: 10px;
  flex-wrap: wrap;
  flex: 1 1 40rem;
}

.sticky a {
  position: relative;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: inherit;
}

.sticky ul li a::after{
  content: '';
  width: 0%;
  height: 3px;
  background-color: green;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s
}

.sticky ul li a:hover::after{
  width: 100%;
}

.image{
  flex-wrap: wrap;
  flex: 1 1 40rem;

}


.sticky {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 40rem;
  align-items: center;
  flex-direction: column;
  margin-top: 1%;
  margin-left: 13%;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.contactIcons {
  font-size: 30px;
  color: inherit;
  display: flex;
  margin-left: 28%;
  flex-wrap: wrap;
  flex: 1 1 40rem;

}
.contactIcons a{
  color: inherit;
}


.day-night-mode{
  display: flex;
  justify-content: center;
  margin-left: 13%;
}

.label{
  background-color: black;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  padding: 7px;
  height: 30px;
  width: 60px;
  position: relative;
  align-items: center;
}


.fa-moon{
  color: rgb(180, 180, 62);
}

.fa-sun{
  color: rgb(245, 245, 36);
}

.ball{
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball{
  transform: translateX(30px);
}



.checkbox{
  opacity: 0;
  position: absolute;
}

.contactIcons a {
  text-decoration: none;
  transition: 0.5s ease;
  padding: 10px;
}

.myImage{
  max-width:100%;
  display: block;
  width: 300px;
  border-radius: 100%;
  float: right;
}

#About {
  height: 80vh;
  margin-top: 15rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.information {
  display: flex;
  justify-content: center;
  margin: 2%;
  width: 800px;
  
}
.information p {
  margin-top: 9%;
  font-size: 23px;
  text-align: center;
}
.ilustration {
  width: 350px;
  height: 400px;
}

#Projects {
  margin-top: 20rem;
  height: 80vh;
}

.prjcts{
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}

.prjcts img{
  width: 500px;
}

.beatMkr{
  align-self: center;
  border: 1px solid black;
  padding: 10px;
  border-radius: 10px;
}
.psyc{
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
}

.footer{
  background-color: rgb(64, 68, 64);
  font-size: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
}