header {
  width: 100%;
  margin: 0%;
  height: 30px;
  text-align: center;
}
header button {
  background-color: rgba(233, 219, 93, 0.514);
  cursor:pointer;
  height:10hv;
  width: 100px;
}
div {
    max-width: fit-content;
  margin: auto;
}
form button {
  border: 1px inset;
      max-width: fit-content;
margin-left: 63px;
cursor: pointer;
transition: all 0.25s;
transition-delay: 0.4s;
}

form {
  cursor:default;
  margin-top: 150px;
  transform: scale(0.9)
}

form button:hover {
  background-color: rgb(255, 255, 255);
  transform: translateY(-0.25em);
  box-shadow: 0 0.5em 0.9em 0.6em rgba(255, 255, 255, 0.315);
}
body{
background: no-repeat url("Images/TarWin.png") center/auto;
}