html {
  background-image: url('https://raw.githubusercontent.com/GBA-CHAOS2/GBA_EMU_discontinued/main/download.jpg');
  background-size: cover;
}


button {
  background-color: #FFA500; /* Green */
  border-radius: 30px;
  /* border: none; */
  color: bla;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
hr { 
filter: blur(1px);
display: block;overflow: hidden; border-style: inset; border-width: 2px;}

body {
  text-align: center;
  color: white;
  font-family: "Verdana", Sans-serif;
  font-size: 20px;
}
