* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Arial, sans-serif;
  background-color: #0D1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.center-image {
  width: 500px;
  max-width: 80%;
  height: auto;
  margin-bottom: 100px;
}

h1 {
  font-size: 2rem;
  color: #EFF1C5;
  max-width: 80%;
}
