@import url(default.css);
@import url(master.css);

body {
  padding: 10px;
}

#container {
  width: 70%;
  margin: 32px auto;
}

h1, h2, h3 {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 10em;
}

h3 {
  font-size: 3em;
}

.khren {
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
}

small {
  font-size: 0.625em;
}