body {
    background-image: url("./wallpaper_or-noir.jpg");
    background-size: cover;
  }

h1, h2, h3 {
    color: wheat;
  }

table {
  border-color: rgb(236, 236, 252);
  margin-left: 400px;
}

.button {
    color:red;
    margin-left: 20px;
    margin-right: 20px;
}


