body {
  background-image: url('/Images/star_background.gif');
  color: White;
  font-family: Verdana;
  
  
}





a:link { color: #4CFF3B; text-decoration: underline;}
a:visited { color: #4CFF3B; text-decoration: underline;}
a:hover { color: #4CFF3B; text-decoration: underline; }
a:active { color: #4CFF3B; text-decoration: underline;}



.button-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.box-btn {
 display: inline-block;
    padding: 15px 25px;
    background-color: #000000;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
}


.center 
{
  text-align: center;
}

.main_style
{
  
  border: 6px solid #FFFFFF;
  width: 80%; 
    max-width: 1000px; 
    margin: 40px auto; 
    padding: 20px;
    border-radius: 3px; 
    background-color: #000000;
    font-size: 24px;
  
}

  .background-gif 
  {
  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: "/Images/star_background.gif";
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    z-index: -1; /* This puts it behind your content */
}
  