* {
  margin: 0px;
  padding: 0px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

body {
  background-color: #f5f5f5;
}

header {
  background-color: #001c42;
  background-color: rgb(0, 28, 66);
  width: 100%;
  height: 120px;
  color: white;
  padding-top: 20px;
  text-align: center;
  font-size: 1.5em;
  position: fixed;
  font-style: italic;
}

.my-name a {
  color: white;
}

header:hover {
  font-size: 1.6em;
}

.nav-bar {
  height: 80px;
  padding-top: 180px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 80px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-image: linear-gradient(
    90deg,
    #e47a7e,
    #ad76bc 33%,
    #8380f4 71%,
    #a6a5ec
  );
  color: #999;
  font-size: 27px;
  line-height: 64px;
  text-align: center;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

li:hover {
  transition: 0.5s;
  opacity: 0.7;
}

ul {
  text-decoration: none;
}

a {
  text-decoration: none;
}

p::first-letter {
  background-image: linear-gradient(
    90deg,
    #e47a7e,
    #ad76bc 33%,
    #8380f4 71%,
    #a6a5ec
  );
  color: #999;
  font-size: 27px;
  line-height: 64px;
  text-align: center;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 130%;
}

.position-speaking {
  padding-left: 21%;
  padding-right: 21%;
  color: #262146;
  font-size: 30px;
}

.speaking {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 3px solid blueviolet;
}

.speaking:hover {
  width: 75px;
  height: 75px;
}

.container-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.format-images {
  width: 250px;
  height: 250px;
  border: 3px solid blueviolet;
  align-items: center;
  cursor: pointer;
}

.format-images:hover {
  width: 260px;
  height: 260px;
  border: 3px solid blue;
}

#position-article {
  padding-top: 20px;
  padding-bottom: 20px;
}

#format-card {
  display: grid;
  justify-content: center;
  text-align: center;
  align-content: center;
  padding-top: 15px;
}

footer {
  background-color: #001c42;
  background-color: rgb(0, 28, 66);
  width: 100%;
  height: 140px;
  color: white;
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
}

.icones-img {
  height: 30px;
  width: 30px;
  border-radius: 100px;
}

#contact {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media only screen and (max-width: 1250px) {
  .nav-bar {
    height: 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-bar {
    height: 140px;
  }
}

@media only screen and (max-width: 960px) {
  .nav-bar {
    height: 160px;
  }
}

@media only screen and (max-width: 920px) {
  .container-grid {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 780px) {
  .nav-bar {
    font-size: 20px;
  }

  .container-grid {
    display: grid;
    grid-template-columns: auto;
  }
}

@media only screen and (max-width: 580px) {
  .nav-bar {
    height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-bar {
    height: 380px;
  }
}
@media only screen and (max-width: 380px) {
  .nav-bar {
    height: 440px;
  }
}
