/* great-vibes-regular - latin */
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/great-vibes-v5-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Great Vibes"), local("GreatVibes-Regular"),
    url("../fonts/great-vibes-v5-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/great-vibes-v5-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/great-vibes-v5-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/great-vibes-v5-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/great-vibes-v5-latin-regular.svg#GreatVibes") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: hotpink;
}
header {
  background-color: #555;
  width: 95%;
  margin: 60px auto 30px auto;
  text-align: center;
}
header h1 {
  font-size: 3.25em;
  color: antiquewhite;
}
article {
  text-align: center;
  margin: 0 auto 30px auto;
}
article h2 {
  font-size: 2em;
  color: white;
  font-weight: bold;
  font-style: italic;
}
form {
  text-align: center;
  margin: 0 auto 30px auto;
}
select {
  border: 2px solid green;
  background-color: white;
  color: blue;
}
#reload {
  border: 3px solid blue;
  padding: 5px 10px;
  background-color: yellow;
  color: black;
  font-weight: bold;
}
section {
  width: 80%;
  padding: 10px;
  margin: 50px auto;
  background-color: aliceblue;
  padding: 5px 10px;
  border: 5px solid gold;
}
#fortune {
  font-family: "Great Vibes";
  font-size: 2em;
  text-align: justify;
}
