body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fdfdfd;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.wrapper {
  text-align: center;
  max-width: 500px;
}

img {
  width: 320px;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

p {
  color: #555;
  margin-bottom: 20px;
}

button {
  padding: 10px 16px;
  border: none;
  background: #111;
  color: #fff;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#thought {
  margin-top: 15px;
  font-weight: bold;
}
