/* 
      .--..--..--..--..--..--.
    .' \  (`._   (_)     _   \
  .'    |  '._)         (_)  |
  \ _.')\      .----..---.   /
  |(_.'  |    /    .-\-.  \  |
  \     0|    |   ( O| O) | o|
   |  _  |  .--.____.'._.-.  |
   \ (_) | o         -` .-`  |
    |    \   |`-._ _ _ _ _\ /
    \    |   |  `. |_||_|   |
    | o  |    \_      \     |     -.   .-.
    |.-.  \     `--..-'   O |     `.`-' .'
  _.'  .' |     `-.-'      /-.__   ' .-'
.' `-.` '.|='=.='=.='=.='=|._/_ `-'.'
`-._  `.  |________/\_____|    `-.'
   .'   ).| '=' '='\/ '=' |
   `._.`  '---------------'
           //___\   //___\
             ||       ||
             ||_.-.   ||_.-.
            (_.--__) (_.--__)
       

 Insert all your glorious CSS styles below! */

/* abril-fatface-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: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abril-fatface-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alan-sans-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: 'Alan Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/alan-sans-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  background-color: #f7f7f7;
  color: #222;
  margin: 20px auto;
  padding: 20px;
  max-width: 900px;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Abril Fatface';
  color: rgb(52, 41, 19);
}

p, ul {
  font-family: 'Alan Sans';
  font-size: 1rem;
}


h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  border-bottom: 3px solid rgb(252,101,19);
  padding-bottom: 10px;
}


a {
  color: rgb(252,101,19);
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px auto;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

aside {
  width: 30%;
  float: right;
  margin: 15px;
  background-color: rgb(250,235,190);
  padding: 15px 20px;
  border: 1px dotted rgb(252,101,18);
  border-top: 20px solid rgb(252,101,19);
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.4);
}

aside h2 {
  border: none;
  margin-top: 0;
  padding: 0;
}














