:root {
  --blackpiano: #0e121c;
  --shadewhite: #f0f0f0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  background-color: var(--blackpiano);
  color: var(--shadewhite);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.conteudo_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  text-align: center;
}

.img_sub_trevo {
  margin-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.rede_contato {
  display: flex;
  gap: 10vw;
  justify-content: center;
}

.img_text_contato {
  text-decoration: none;
  color: var(--shadewhite);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.img_text_contato img {
  width: 24px;
  height: 24px;
}
