body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-image: url("https://i.imgur.com/Lpjeb84.jpeg");
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 1rem;
  margin: 0 4rem;
}

h2,
h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

p {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 13pt;
}

a {
  text-decoration: none;
  color: white;
}

a:active {
  color: gray;
  border-bottom: none;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  width: 100%;
}

#titleHeader {
  font-family: "Tinos", serif;
  font-weight: 200;
  color: white;
  font-size: 1.8rem;
  margin: 0;
}

.linksHeader {
  display: flex;
  gap: 1rem;
  font-size: 12pt;
}

.linksHeader > p > a:hover,
.mobileMenu > p > a:hover {
  border-bottom: 1px solid white;
}

.linksHeader > p > a:active {
  border-bottom: none;
}

main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0 0 0;
  gap: 1rem;
  width: 75%;
}

.webjornalism > div {
  width: 30rem;
}

.webjornalism > div > img {
  border-radius: 0.4rem;
  width: 100%;
  cursor: pointer;
}

.webjornalism > div > p > a {
  color: black;
}

.webjornalism > div > p > a:hover {
  color: gray;
}

.guiaGenero > p,
.marciaBarbosa > p,
.spotifyConfort > p,
.meArt > p {
  display: flex;
  justify-content: center;
  position: relative;
  top: -3rem;
  background-color: white;
  border-radius: 0 0 0.4rem 0.4rem;
}

.television {
  margin: 0 0 1.5rem 0;
}

.television > div > p > a {
  border-bottom: 1px solid transparent;
}

.television > div > p > a:hover {
  border-bottom: 1px solid white;
}

#mainLinks {
  font-weight: 400;
  padding: 0.4rem 0.4rem;
}

.radio > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  background-color: #f1f3f4;
  border-radius: 2rem;
  margin: 0 0 2rem 0;
}

.radio > div > img {
  width: 13rem;
}

.radio > div > p {
  color: black;
  font-weight: 400;
  padding: 0 1.5rem 1rem 1.5rem;
  margin: 0;
  width: 17rem;
}

.movie {
  margin: 2rem 0 2.5rem 0;
  width: 25rem;
}

.relatorioDeAnomalia {
  width: 30rem;
  height: 13.63rem;
}

#movie {
  width: 100%;
  height: 14rem;
}

.photos > div > img {
  width: 100%;
  border-radius: 0.5rem;
}

.photos > div > p {
  color: white;
  font-weight: 400;
  padding: 0.4rem 0.4rem;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 800px) {
  .mobileLinksHeader {
    display: none;
  }

  .mobileMenu {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  body {
    margin: 0 1rem;
  }

  header {
    width: 120%;
  }

  #titleHeader {
    width: 13rem;
  }

  .linksHeader {
    display: none;
  }

  #menu {
    display: flex;
  }

  main {
    width: 90%;
  }

  .webjornalism > div {
    width: 100%;
  }
}

#menu {
  color: white;
  font-size: 2rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#menu:hover {
  transition: color 0.5s ease;
  color: #c0c0c0;
}

#menu:active {
  transition: none;
  color: white;
}

.mobileMenu {
  display: none;
  flex-direction: column;
  text-align: right;
  padding: 1.28rem 3rem 0 4rem;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url("https://i.imgur.com/Lpjeb84.jpeg");
  height: 100vh;
  width: 20%;
  z-index: 1;
}
