body {
  background-image: url("../image/D&D-sunset.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;

}

.but-index{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;  
    width: 100%;
    height: 100vh;
  
}
.but-index a {
    font-size: 1.5em;
font-family: monospace;
text-decoration: none;
background-color: rgb(236, 183, 91);
color: black;
padding: 15px;
border-radius: 15%;
transition: background-color 0.3s ease;


  }
.but-index a:hover {
color: rgb(232, 73, 16);
background-color: brown;

  }