
body {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  height: 100vh;
  width: 100vw;

  font-family: 'Roboto', sans-serif;
  background-color: #000000;

  position: fixed;
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  text-align: center;
  padding: 1rem;
}

.phone-text {
  font-weight: bold; 
  font-size: 1.6rem;
}

.a-email-variant {
  text-decoration: underline;
}

.logo {
  width: 75%;
  max-width: 480px;
  min-width: 232px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
}

body a {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .logo {
    width: 40%;
    min-width: 128px;
  }

  .title {
    font-size: 1rem;
  }
}
