@import url('https://fonts.googleapis.com/css2?family=Miranda+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html,
body {
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  font-family: 'Miranda Sans', Arial;
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0 16px;
}

main {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
  margin-top: 0;
  color: #1829ff;
}

p {
  margin-bottom: 0;
  color: #555;
}

img {
  max-width: 72px;
  margin-bottom: 24px;
}
