@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap");
body {
  margin: 0;
  margin: 0;
  font-family: poppins;
  background-image: url();
}

.nav-container {
  width: 75%;
  background-color: #6700EE;
}

header {
  display: flex;
  justify-content: space-between;
}
header a {
  padding-right: 2em;
  color: aliceblue;
}
header nav ul {
  display: flex;
  list-style-type: none;
}
header nav a {
  text-decoration: none;
}

.hero {
  padding: 0;
  display: grid;
  grid-template-columns: 75% auto;
}

.group {
  margin-left: -65%;
  margin-top: -30%;
  width: 130%;
}

.hero-content {
  background-color: rgba(37, 59, 172, 0.968);
  padding-bottom: -2em;
  margin-bottom: 6em;
  line-height: 80%;
  border-bottom-right-radius: 1em;
}
.hero-content h1 {
  margin-left: 3em;
  margin-top: 5em;
  font-size: 45px;
  color: whitesmoke;
  font-weight: bold;
}
.hero-content h5 {
  color: azure;
  font-weight: 100;
  line-height: 0;
  padding-left: 10.2em;
}

img {
  width: 20%;
}

.education {
  margin-right: 12em;
  display: flex;
  justify-content: space-between;
  padding-top: 0em;
}
.education .photo {
  margin-left: 10em;
  padding-top: 4em;
  width: 15%;
  height: 80%;
}

.details {
  width: auto;
  border-radius: 5px;
  line-height: 80%;
  background-color: #A6C2EB;
  padding: 1em;
}
.details p {
  padding-left: 1.3em;
}

.Skills {
  background-color: #D44B4B;
  margin-top: 6em;
  padding: 3.5em;
}
.Skills a {
  font-size: 40px;
  color: whitesmoke;
}
.Skills a h3 {
  margin-top: -0.7em;
}

.skills-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: -3.5em;
}

.uiux {
  text-align: center;
  line-height: 80%;
  background-color: azure;
  padding-top: 1.5em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  margin-left: 4em;
}
.uiux img {
  width: 60%;
}

.front-end {
  text-align: center;
  line-height: 80%;
  background-color: azure;
  padding-top: 1.5em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
}
.front-end img {
  width: 50%;
}

.proglang {
  text-align: center;
  line-height: 80%;
  background-color: azure;
  padding-top: 1.5em;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  margin-right: 4em;
}
.proglang img {
  width: 50%;
}

.certifications {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-top: 7em;
}
.certifications a {
  font-size: 35px;
  text-decoration: none;
}
.certifications h3 {
  color: black;
  padding-left: 1em;
}

.certifications-content {
  display: grid;
}
.certifications-content .aws {
  text-align: center;
}
.certifications-content .aws img {
  width: 50%;
}
.certifications-content .sql {
  text-align: center;
}
.certifications-content .sql img {
  width: 50%;
}/*# sourceMappingURL=main.css.map */