body {
  background: rgb(63, 63, 63) url(/images/dongrang_ego_background.png);
  background-blend-mode: multiply;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center {
  background: rgba(0, 0, 0, 0.473);
  border: 2px solid #a32020;
  border-radius: 5.5px;
  padding: 35px;
  height: 400px;
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  box-shadow: 5px 5px #0000007a;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

h1 {
  margin: 0;
}

a,button {
  background: #a32020;
  color: white;
  border: 2px solid #180000;
  border-radius: 5.5px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 10px;
  align-items: center;
  font-weight: bold;
  text-shadow: 1px 1px black, -1px 1px black, -1px -1px black, 1px -1px black,
    -0.05em 0.05em rgba(147, 140, 148, 0.41);
  box-shadow: 2px 2px #2b14147e;
  transition: 0.1s;
  text-decoration: none;
}

a:hover,button:hover {
  background: #ec8585;
}

button {
  display: flex;
  flex-direction: column;
  width: 50%;
}
button img {
  width: 100%;
}