body {
  font-family: 'Cormorant Garamond';
}

.header {
  display: flex;
  max-width: 1330px;
  min-width: 1280px;
  margin: 20px auto 0;
  text-align: center;
}

.header-link {
  font-size: 28px;
  text-decoration: none;
  color: #10191e;
}

.header-link[lang='pt-BR']:hover {
  color: salmon;
}

.header-link[lang='pt-BR']:active {
  opacity: 0.5;
}

.header-link::after {
  content: '!';
}

.header-link[lang='pt-BR']::before {
  content: 'Olá, meu nome é ';
}

.header-link[lang='en'] {
  color: rgba(0, 0, 0, 0.719);
}

.header-link[lang='en']::before {
  content: 'Hello, my name is ';
}

.header-link[lang='fr'] {
  color: rgba(0, 0, 0, 0.499);
}

.header-link[lang='fr']::before {
  content: "Bonjour, je m'appelle ";
}

.header-link[lang='es'] {
  color: rgba(0, 0, 0, 0.229);
}

.header-link[lang='es']::before {
  content: 'Hola, mi nombre es ';
}

.title {
  margin: auto;
  justify-self: center;
}

.project {
  background-position: center;
  background-size: cover;
}

.project_beginner {
  width: 636px;
  height: 430px;
}

.project_music-album {
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_album.png);
}

.project_design-principles {
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_design.png);
}

.project-overlay_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-overlay {
  background-color: rgba(250, 128, 114, 0.83);
  height: 100%;
  width: 100%; /* fizemos o link ocupar todo o bloco */
  display: flex;
  justify-content: center;
  align-items: center; /* centralizou o texto usando flex */
  text-decoration: none; /* removido sublinhado */
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  box-sizing: border-box; /* demos ao elemento uma borda interna para evitar que o contêiner se expanda */
  padding: 20px; /* a margem interna para evitar que o texto toque nas bordas do contêiner */
  opacity: 0;
}

.project-overlay:hover {
  opacity: 1;
}

.project-overlay:active {
  opacity: 0.5;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

.flex-column {
  width: 636px;
  height: 557px;
  display: flex;
  justify-content: space-between;
}

.flex-column_reversed {
  flex-direction: column-reverse;
}

.project_procrastinate {
  width: 636px;
  height: 557px;
}

.project-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project_p5 {
  width: 636px;
  height: 240px;
}

.flex-row_libraries-inner {
  width: 636px;
  height: 290px;
}

.project_news {
  width: 306px;
  height: 290px;
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_slider.gif);
}

.project_reactive {
  width: 306px;
  height: 290px;
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_reactive.gif);
}

.flex-row_reversed {
  flex-direction: row-reverse;
  margin: 60px 0;
}

.menu {
  display: flex;
  justify-content: center;
  min-height: 75px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1330px;
  min-width: 1280px;
  margin: 40px auto;
}

.menu-link:last-of-type {
  margin-right: 0;
}

.menu-link:hover {
  color: salmon;
}

.project_vanilla {
  width: 306px;
  height: 290px;
}

.project_how-to-study {
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_how-to-study-eng.png);
  order: 3;
}

.project_across-usa {
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_across-usa.png);
  order: 2;
  flex-basis: 636px;
}

.project_around {
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_around.png);
  order: 1;
}

.footer {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1330px;
  min-width: 1280px;
  margin: auto;
}

.logo-link:hover {
  opacity: 0.6;
}

.logo-link:active {
  opacity: 0.4;
}

.logo {
  width: 145px;
  height: 25px;
  background-image: url(https://practicum-content.s3.us-west-1.amazonaws.com/web-code/moved_logo-black-eng.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.social-icons {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link:hover {
  opacity: 0.6;
}

.footer-link:active {
  opacity: 0.4;
}

.footer-icon {
  width: 24px;
}

.copyrights {
  align-self: flex-end;
}

.main {
  max-width: 1330px;
  min-width: 1280px;
  margin: auto;
}

.menu-link {
  font-size: 18px;
  text-decoration: none;
  color: #10191e;
  margin-right: 20px;
}

.subtitle {
  font-size: 34px;
  margin: 0 0 40px;
  text-align: center;
}
