@import url("https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  font-family: "Alan Sans", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: rgba(223, 223, 223, 0.575);
}

.main {
  width: full;
}

.maxWidth {
  max-width: 1340px;
  margin: 0 auto;
}

.topItems {
  padding: 70px 0;

  text-align: center;
  background-color: rgb(3, 8, 37);
  color: white;
}

.name {
  font-size: 50px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.passionate {
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
}

.sections {
  margin-top: 25px;
}

.aboutSection {
  background-color: white;
  padding: 70px 40px;
  text-align: center;
  border-radius: 10px;
}
.aboutMeText {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(44, 44, 44);
}

.aboutMeDes {
  font-size: 22px;
  color: rgb(85, 85, 85);
  font-weight: 400;
  margin-top: 12px;
}

.educationSection {
  background-color: rgba(155, 204, 236, 0.493);
  padding: 70px 40px;
  text-align: center;
  border-radius: 10px;
}

.eduDiv {
  padding: 18px 0;
  background-color: rgba(253, 253, 253, 0.829);
  text-align: center;
  border-radius: 4px;
  font-size: 21px;
  max-width: 75%;
  margin: auto;
  font-weight: 500;
  color: rgb(85, 85, 85);
  margin-top: 10px;
}

.skillSection {
  background-color: rgba(255, 200, 21, 0.301);
  padding: 60px 40px;
  text-align: center;
  border-radius: 10px;
}

.skills {
  padding: 15px 0;
  background-color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 21px;
  max-width: 60%;
  margin: auto;
  font-weight: 700;
  color: rgb(44, 44, 44);

  margin-top: 10px;
}


.projectSection{
  background-color: rgba(219, 182, 248, 0.61);
  padding: 60px 40px;
  text-align: center;
  border-radius: 10px;
}




.projects{
   padding: 14px 5px;
  background-color: rgba(253, 253, 253, 0.829);
  text-align: center;
  border-radius: 4px;
  font-size: 21px;
  max-width: 75%;
  margin: auto;
  font-weight: 400;
  color: rgb(85, 85, 85);
  margin-top: 10px;
  font-style: italic;
}


.contactSection{
  background-color: rgba(145, 252, 216, 0.452);
  padding: 60px 40px;
  text-align: center;
  border-radius: 10px;
}



.contact{
  padding: 14px 5px;
  background-color: rgba(253, 253, 253, 0.829);
  text-align: center;
  border-radius: 4px;
  font-size: 21px;
  max-width: 75%;
  margin: auto;
  font-weight: 400;
  color: rgb(85, 85, 85);
  margin-top: 10px;
  font-style: italic;
}



.footer{
  padding: 50px 10px;
  text-align: center;
  background-color: rgb(23, 23, 32);
}



.footerText{
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
}