
        body {
            background-color:#f5b0d1;
            color:#000000 ;
            font-family: "Gamja Flower", sans-serif;
            font-size: 1.5em;
            padding: 2em;
        
        }
        /*LINKS*/
        a {
            color:#0000B8;
            text-decoration: none;
        }
        
        
a:hover {
     background-color:#f5b0d10;
     color: #000000;
     text-decoration: underline ;
}

h2 {
    margin-bottom: -.2em;
}

.logo {
    border: .8em dotted hotpink;
}
