* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card {
  width: 80%;
  max-width: 640px;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.3);
}

.logo {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  margin: 50px 0;
}

.title {
  color: #0066cc;
  text-transform: uppercase;
  font-size: 2rem;
}

.contact {
  color: #0066cc;
  text-transform: lowercase;
  font-size: 1rem;
}
.contact p:nth-child(1) {
  text-transform: uppercase;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */