@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600&family=Outfit&display=swap');

html {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: "Outfit", "Roboto";
  margin: 0;
  padding: 0;
  background-image: url("../assets/background-image.jpg");
  background-size: cover;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center center; 
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: auto;
  text-align: center;
  padding: 150px;
  padding-top: 20px;
}

.main-card {
  width: 400px;
  height: 350px;
  background-color: rgba(252, 252, 249, 0.9);
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.logo {
  padding-top: 50px;
  width: 100px; 
  height: auto; 
}

.google-btn {
  padding: 20px;
  padding-bottom: 20px;
}

#auth-label {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;
}

/* a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; } */