body {
  background-color: hsl(225, 100%, 98%);
}

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: hsl(225, 100%, 98%);
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 5px;
}

nav {
  justify-content: center;
  width: 100%;
}

main {
  margin-top: 100px;
}

h2,
h4,
p {
  margin: 0px;
}

.container {
  width: 80%;
  margin: auto;
}

.link {
  width: 20%;
  display: flex;
  justify-content: space-between;
  margin-left: 200px;
}

.nav-link {
  text-decoration: none;
  color: hsl(230, 17%, 14%);
  cursor: pointer;
}

.icono {
  display: flex;
  width: 100%;
  justify-content: start;
  padding: 30px;
  margin-left: 5%;
  margin-top: 50px;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 5%;
}

.fa {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 30%;
}

.title-card {
  background-color: hsl(225, 4%, 81%);
  text-align: center;
  padding: 15px 0 15px 0;
}

.value {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  font-size: 35px;
  font-weight: bold;
}

.lorem {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;

  margin: 15px;
}

.lorem > p {
  padding-top: 10px;
}

#header-img {
  width: 20rem;
  margin-right: 400px;
}

#nav-bar {
  display: flex;
  justify-content: space-around;
  padding-top: 15px;
}

#masterpieces {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#form-masterp {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#submit {
  max-width: 150px;
  width: 100%;
  height: 30px;
  margin: 5px 0;
  border: 0;
  background-color: #f1c40f;
  font-weight: bold;
  cursor: pointer;
}

#submit:hover {
  background-color: #9e810b;
  font-weight: bold;
  cursor: pointer;
}

#section1 {
  max-width: 100%;
}

#section2 {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

#section3 {
  margin-top: 20px;
  max-width: 100%;
  height: 20rem;
  display: flex;
  justify-content: space-evenly;
}

#footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: hsl(225, 4%, 81%);
}

#footer1 {
  margin-top: 10px;
  width: 20%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
}

#footer1 > a {
  text-decoration: none;
  color: hsl(230, 17%, 14%);
}

#footer2 {
  margin-bottom: 8px;
  margin-right: 5px;
  color: hsl(0, 0%, 48%);
}

@media (max-width: 1000px) {
  .link {
    margin-left: 0px;
  }
}
