html {
  height: 100%;
}

.main-title {
  width: 100%;
  position: center;
  top: 0;
  color: white;
  background: rgba(0, 0, 0, 0.9);
  padding: 0px;
  margin: 0px auto; 
  border-radius: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 120%;
 }
 
 body {
  background-image: url("Design/index.webp");
  background-color: #000000;
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  background-attachment: fixed;

  min-height: 100vh;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
 }

 nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
 }

 nav button {
  flex: 1 1 160px;                
  padding: 10px 16px;       
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 130%;
  min-width: 160px;
 }

 nav button:hover {
  background: radial-gradient(circle, rgba(0,0,0,0) -30%, rgba(0,0,0,0.5) 100%);
  text-shadow: 1px 1px 3px rgba(0,0,0,1);
 }

 .disclaimer {
  width: 30%;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 15px;
  padding-top: 0px;
  margin: 50px auto; 
  margin-top: 130px;
  margin-bottom: 0px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  text-align: center;
  font-size: 110%;
 }

 .main-text {
  width: 30%;
  min-width: 300px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  padding: 15px;
  padding-top: 0px;
  margin: 50px auto; 
  margin-top: 130px;
  margin-bottom: 130px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  text-align: center;
  font-size: 110%;
 }

 .main-text button {
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  border: none;
  border-radius: 999px; 
  padding: 1px 10px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px
 }

 .location {
  color: rgba(128, 0, 128, 1);
 }

 .main-text button:hover {
  background: rgba(0,0,0,0.15);
 }

 footer {
  margin-top: auto;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  border-radius: 0px;
  text-align: center;
}
