* {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

h1 {
  border-bottom: 1px solid black;
  font-size: 1.5rem;
  font-weight: lighter;
  letter-spacing: 0;
  /* text-decoration: underline 1px ; */
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90vw;
}
#bio img {
  box-sizing: border-box;
  height: 400px;
  width: 450px;
}
body {
  background-color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(24, 24, 24);
  font-weight: 200 !important;
}
/* WELCOME section */
#welcome h1 {
  text-align: center;
  width: 100vw;
  border: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 3rem;
  color: aliceblue;
  background-color: rgb(46, 82, 118);
  padding: 50px 0;
  margin-top: 0;
}
/* Socials container */
#socials-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
  margin: 30px 0px;
  color: rgb(52, 52, 52);
}
/* Projects Section */
#projects-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}
.project-tile h4 {
  margin: 11px 0;
  margin-bottom: 0;
}
.project-tile i {
  margin: 6px 0;
}
.project-tile img {
  height: 200px;
  width: 200px;
}
.project-tile p {
  margin: 0;
  padding: 0;
}
.project-tile {
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 40px 20px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.project-tile p {
  text-align: center;
  text-justify: distribute;
  width: 100%;
}
p {
  text-align: center;
  text-justify: distribute;
  width: 50%;
}
#navbar {
  position: fixed;
  top: 25%;
  background-color: blueviolet;
  margin: 0;
  right: 0;
  padding: 10px 10px;
}
ul {
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
}
li span {
  margin: 22px 0;
}
span:hover {
  color: rgb(224, 224, 224);
}
span {
  color: white;
}
