
body {
  background-color: #1c2d30;}
  
h1 {
  color: #dfecec;}

h2 {
  color: #dfecec;}
  
h3 {
  color: #dfecec;}

p {
  color: white;}
  
  ul {
  color: white;}
  
  
  .maze {fill: #FFA07A; stroke:#FFA07A}
  
a:link {color: #FFA07A; text-decoration:none}
a:visited {color: #FFA07A; text-decoration:none}
a:hover  {color: #FFA07A; text-decoration:none}
a:active {color: #FFA07A; text-decoration:none}

  
h1 { font-family: Afacad;font-size: 30px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 32px; } 

h2 { font-family: Afacad; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 26px; text-transform: uppercase;} 
h3 { font-family: Afacad; font-size: 20px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 22px; } 
p { font-family: Afacad; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 300; line-height: 20px; } 
blockquote { font-family: Afacad; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: Afacad; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
ul { font-family: Afacad; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

button{     cursor: pointer;
            border: 1px solid #FFA07A;
            background-color: transparent;
            height: 40px;
            font-family: Afacad;
            width: 150px;
            color: #FFA07A;
            font-size: 18px;
            border-radius: 25px;
            margin: 0px 0px 30px}
            

.solid { border-top: 0.5px solid; color: lightSlateGray;}


img {
max-width: 100%;
width: 800px;
}


/* afacad-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/afacad-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* afacad-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/afacad-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* afacad-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/afacad-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* afacad-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Afacad';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/afacad-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  
