@import url("https://use.typekit.net/ozy6rdy.css");

body {
    /* background image */
    /* background-image: url('img/pinkberries.gif');
    background-repeat: repeat; */
    background-color: #f9dee1;
    /* background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1, #FC8EAC, #fc7d99, #FC8EAC, #fab1c1, #f7d3d6 ); */
    /* text-align: center; */
    font-family: "ivystyle-sans", Verdana, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    min-height: 100vh;
    padding: 1rem;
    }

h1 {
        color: #FC8EAC;
        font-size: 3.25rem;
        margin-bottom: 10pt;
        
    }
h2, h2 a, h2 a:visited, h2 a:active, h2 a:hover   {
        /* text-align: center; */
        font-size: 2rem;
        color: #ff6890;
        margin-top: 0.1rem;
        margin-bottom: 0.5rem;
        text-decoration: none;
    }    

    a, a:visited {
        color: #485683;
        text-underline-offset: 0.1rem;
        text-decoration-color: #7398d0;
    }
    
    a:hover, a:active {
        color: #485683;
        text-underline-offset: 0.1rem;
        text-decoration-color: #FC8EAC;
    }