/* Main settings */
body {
    padding:20px 0 20px 0;
    border:0;
    width:80%;
    max-width:800px;
    margin: 0 auto;
    font-family: Helvetica, Arial, sans serif;
    color: black;
    background: #FFEA00;
    font-size:90%;
}

::selection {
  background: magenta;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: magenta;
  color: white;
  text-shadow: none;
}

html, body {
    overflow-x: hidden;
}
body {
    position: relative
}

/* More roomy lists and paragraphs*/
p, dl, ul, ol {
    margin-top: 0;
    line-height: 150%;
}

/* Links */
a {
    color: black;
    text-decoration: none;
    border: 2px solid black;
    padding: 0.2em;
    justify-content: center;
    align-items: center;
    background: cyan;

    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}

a:hover {
    color: black;
    background: magenta;

    font-style: oblique;
    font-weight: bold;
}

/* Paragraph settings */
p {
    margin:.4em 0 .8em 0;
    padding:0;
}

h3 {
    letter-spacing: -1px;
    font-weight: normal;
    font-size: 1.5em;
}

/* Footer styles */
.footer {
    clear:both;
    float:left;
    width:100%;
}
.footer p {
    padding:0px 50px 0px 0px;
    text-align: right;
    font-size: 0.75em;
}

img {
    /* border: 2px solid magenta; */
    filter: drop-shadow(5px 5px magenta);
}
