* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  background-color: #1d0000;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.centered-image {
  max-width: 80%;
  max-height: 80%;
  border: 12px solid #000;
}


.centered-image:hover {
    cursor: pointer;
}
