body {
  background-color: #fff;
  color: #202124;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: left;
  max-width: 600px;
}

.icon {
  font-size: 50px;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

p {
  margin: 6px 0;
  font-size: 16px;
  color: #5f6368;
}

a {
  color: #1a73e8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.error {
  color: #5f6368;
  margin-top: 15px;
  font-size: 14px;
}

button {
  margin-top: 25px;
  background-color: #1a73e8;
  color: #fff;
  border: none;
  padding: 10px 26px;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
}

button:hover {
  background-color: #1765cc;
}
