@charset "UTF-8";

body {
  margin: 0;
  font-family: sans-serif;
  background: #f5f5f5;
  color: #333;
}

.container {
  text-align: center;
  padding: 80px 20px;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

.small {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}