


a:link, a:visited {
    background-color: none;
    color: white;
    padding: 5px 40px;
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    margin-top: 30%;
  }
  
  a:hover, a:active {
    background-color: rgb(245, 238, 238);
    color: rgb(0, 0, 0);
  }
  
body{
background-image: url(bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-color: rgb(126, 81, 45);
width: 100%;
height: 100%;
}