body{
    color: #4472C4;
    font-family: "Poppins", sans-serif;
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
    h1{font-size: 24px;}
}

a{color: #4472C4;}

footer{text-align: center; font-size: 12px; position: fixed; bottom: 0; width: 100%;}

ul.tools {
    display: none;
    list-style: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,.5);
    border: solid 1px #000;
    position: absolute;
    background: #fff;
    padding: 0;
}
ul.tools li {
    height: 20px;
    margin: 5px;
    padding: 2px;
    cursor: pointer;
    font-size: 14px;
}