
body, html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  height: 100%;
  background: url('assets/background.png') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
}

.container {
  position: relative;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
}

.top-right {
  position: absolute;
  top: 20px;
  right: 30px;
}

.login-button {
  padding: 10px 20px;
  background-color: #ffc107;
  border-radius: 4px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.logo {
  width: 100px;
  margin-top: 30px;
}

.main-heading {
  font-size: 32px;
  margin-top: 10px;
}

.welcome {
  font-size: 20px;
  margin-top: 5px;
}

.buttons {
  margin-top: 40px;
}

.nav-button {
  margin: 10px;
  padding: 15px 30px;
  background-color: #ffc107;
  color: black;
  text-decoration: none;
  font-size: 18px;
  border-radius: 6px;
}

footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 14px;
  color: #eee;
}
