body {
  background-color: #00afb9;
  color: #003c4e;
  height: 100vw;
  font-family: "Montserrat Alternates";
}

.FixedContainer {
  max-width: 1115px;
  background-color: #fdfcdc;
  margin: auto;
  margin-top: 10%;
  border: 15px solid #d9fdff;
  border-radius: 75px;
}

nav {
  border-radius: 60px 60px 0px 0px;
  display: flex;
  margin-bottom: 5%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5261292016806722) 0%,
    rgba(255, 255, 255, 0.9154849439775911) 34%,
    rgba(51, 160, 179, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  align-items: center;
}

.IconGraound {
  width: 90%;
}

.IconGraound img {
  width: 36%;
  margin-left: 6%;
  margin-right: auto;
}

.contacts {
  text-align: end;
}

.FirtsNav-Iconss a {
  width: 5px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.FirtsNav-Iconss img {
  width: 5%;
  margin-left: 3%;
  margin-right: 3%;
}

.NameApresentation {
  align-items: center;
  display: flex;
  flex-direction: revert;
  justify-content: space-evenly;
}

.NameApresentation-Subtitle {
  width: 50%;
}

.NameApresentation-Subtitle h2 {
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
}

.NameApresentation-Subtitle h1 {
  margin-bottom: 6%;
  font-size: 3em;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
}

.NameApresentation-Subtitle h3 {
  font-size: 3em;
}

.NameApresentation img {
  border-radius: 35%;
  width: 25%;
  align-self: flex-end;
}

.Divisior {
  display: flex;
  width: 100%;
  height: 5%;
  justify-content: center;
}

.Bar1,
.Bar2,
.Bar3 {
  background-color: #00aeb8;
  height: 0.2em;
  border-radius: 5px;
  width: 6em;
  margin: 2em 2em;
}

.Bar2 {
  height: 0.3em;
}

.Background-Divisor img {
  margin: auto;
}

.Secction2 {
  display: flex;
  flex-wrap: wrap;
}

h2 {
  width: 100%;
}

.secctions {
  padding: 0px;
  border-radius: 4%;
  box-sizing: border-box;
  background-color: #beddcf;
  margin: 2%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.4em;
}

.secctions img {
  width: 40%;
  text-align: center;
}

.secctions .projects {
  width: 52%;
}

.secctions .experience {
  width: 50%;
  height: 50%;
}

.experience {
  height: 77%;
}

.AboutMe p {
  text-align: end;
  margin-left: 30%;
  width: 60%;
  font-size: 1.8em;
}

.AboutMe h3,
h3 {
  color: #f07167;
  margin-bottom: 1%;
  font-size: 3em;
  margin-left: 15%;
  margin-top: 5%;
  font-family: "Montserrat Alternates";
}

.Skills {
  font-family: "Montserrat Alternates";
  font-size: 1.5em;
  margin: 5%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.title {
  font-weight: bold;
}

.progress-label {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-size: 0.8em;
}

.Skills-HTMLCSS {
  align-self: flex-start;
  margin-top: 5%;
  width: 60%;
}

.Skills-Python {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  margin-left: 10%;
  align-self: flex-end;
  text-align: end;
  width: 60%;
}

.Skills-Python .progress-label {
  display: flex;
  align-items: flex-start;
}

.Skills-DataBase {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 60%;
  margin-top: 5%;
}

.Skills-SGSI {
  text-align: end;
  width: 60%;
  margin-top: 5%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-self: flex-end;
}

.Skills-SGSI .progress-label {
  display: flex;
  align-items: flex-start;
}

progress {
  display: block;
  width: 100%;
  accent-color: #009688;
}

ul {
  font-size: 1.5em;
  margin-left: 15%;
  margin-top: 5%;
  list-style: none;
}

li {
  margin: 4%;
}

li strong {
  color: #f07167;
  font-size: 1em;
  margin-top: 5%;
  font-family: "Montserrat Alternates";
}

.Projects {
  margin: 5%;
  text-align: justify;
}

.Projects-Programmer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Projects-Huskey {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.Projects-travel {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.Projects-Teacher {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.Projects p {
  font-size: 1.5em;
  width: 50%;
  justify-content: center;
}
.Projcs {
  border-radius: 10%;
  width: auto;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  border: 5px #f07167 solid;
}

.Projcs strong,
.Projcs-Huskey strong {
  color: #fff;
  font-weight: 600;
  background-color: #53b6d1;
  border-radius: 0px 0px 25px 25px;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  text-align: center;
}

.Projcs-Huskey {
  border: 5px #f07167 solid;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  border-radius: 10%;
  box-sizing: border-box;
}

.Projcs img {
  border-radius: 10%;
  width: 300px;
  height: 300px;
}

#prof {
  border-radius: 50%;
  padding: 10%;
  box-sizing: border-box;
}

.Projcs-Huskey img {
  border-radius: 10%;
  width: 300px;
  padding: 15%;
  box-sizing: border-box;
}

footer {
  border-radius: 0px 0px 60px 60px;
  display: flex;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5261292016806722) 0%,
    rgba(255, 255, 255, 0.9154849439775911) 34%,
    rgba(51, 160, 179, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  align-items: center;
}

.Footer-IconGraound img {
  width: 25%;
  margin-left: 6%;
  margin-right: auto;
}

footer p {
  color: #fff;
  font-weight: bold;
  align-self: flex-end;
  flex-direction: column;
  margin-right: 5%;
  margin-left: auto;
}
