html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* Hide scrollbars */
  background: transparent;
  background-color: rgb(0, 0, 0);
}

.center-message {
  font-family: monospace;
  font-size: 18px;
  color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  /*background-image: url("pngs/evening_edited4.png");*/
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image-container .SkullLogo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
}

.image-container .HelloLogo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 310px;
}