header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vh;
  z-index: 100;
  background: rgba(0, 0, 0, 09);
  display: flex;
  align-items: center;
  justify-content: center;
}

.caixa {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 20px;
}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.menu li a {
  padding: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ddf9f1;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.menu li a:hover {
  color: #d038bc;
  font-size: 12px;
  transition-duration: 500ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: lightcoral;
}
a:hover {
  text-decoration: underline;
  color: lightcoral;
}
a:active {
  text-decoration: none;
  color: lightcoral;
}

/*  ----------------------------------------------------------------------   */

,
*::after,
*::before {
  body: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: white;
}

.barskillsection {
  margin-top: 100px;
}
.container1 {
  margin-bottom: 5px;
}
.title {
  text-align: center;
  color: #18517f;
  margin-top: 150px;
  font-size: 35px;
  font-family: "Zen Tokyo Zoo", cursive;
  justify-content: safe center;
  height: 18vh;
  font-weight: bold;
}
.subtitle {
  text-align: center;
  color: #18517f;
  margin-top: 0px;
  color: #18517f;
}
.container1 h5 {
  text-align: center;
  color: #ddf9f1;
  padding: 0.3em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cards {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 10px;
}
.card {
  color: #a59f9f;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #18517f;
}

.card:not(:first-child) {
  margin-top: 20px;
}
.card h1 {
  color: antiquewhite;
}

h1 {
  font-family: "Zen Tokyo Zoo", cursive;
  text-align: center;
  justify-content: safe center;
  height: 18vh;
  font-size: 40px;
  color: #ddf9f1;
  font-weight: bold;
}

.card p {
  margin-top: 30px;
  font-size: 16px;
  list-style: none;
  line-height: 32px;
}
.card:first-child p {
  line-height: 32px;
}
.card a {
  padding-bottom: 10px;
}
a:link,
a:visited {
  text-decoration: none;
  color: lightcoral;
}
a:hover {
  text-decoration: underline;
  color: #f00;
}
a:active {
  text-decoration: none;
}

button {
  margin-top: 30px;
  padding: 20px 50px;
  border: none;
  outline: none;
  font-size: 16px;
  color: black;
  background-color: gray;
  border-radius: 5px;
}

footer {
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: rgba(0, 0, 0, 09);
  color: whitesmoke;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 10px;
}

@media (min-width: 350px) and (max-width: 799px) {
  .cards,
  .card {
    max-width: 900px;
    margin-top: -50px;
  }
}

@media (min-width: 800px) and (max-width: 1400px) {
  .title {
    padding-top: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1400px) {
  h1 {
    padding-top: 50px;
  }
}

@media (min-width: 800px) and (max-width: 1400px) {
  .cards,
  .card {
    max-width: 900px;

    margin-top: -150px;
  }
}
