/* Base Styles */
body {
  color: royalblue;
  text-align: center;
  background-color: bisque;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

/* Typography */

/* Links & Accents */

/* Images */

/* Hero Section */

/* Main Content */

/* About Section */

/* Specials Section */

/* Visit Us Section */

iframe {
  width: 100%;
  height: 350px;
}

/* Footer */
footer {
  margin-top: 48px;
}
