@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  background-color: #212529;
  color: snow;
}

.container_principal {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.font_snow {
  color: snow;
}

.tamanho_icone_home {
  font-size: 2.5rem;
}

.btn_logout {
  top: 20px;
  right: 20px;
  position: absolute;
}
