body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: 100%;
  background-color: #A54657;
  padding: 5px;
}

.title {
  font-size: 30px;
  font-family: sans-serif;
  color: #EFD9CE;
  text-align: center;
}

.button {
  font-family: sans-serif;
  width: 200px;
  border: 1px solid #EFD9CE;
  color: #EFD9CE;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 20px;
}
