@font-face {
    font-family: 'AwesomeFont';
    src: url('https://froge.ai/fonts/awesomefont.woff2') format('woff2'),
         url('https://froge.ai/fonts/awesomefont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'AwesomeFont', sans-serif;
    background-color: #F0FFF0;
    color: #333333;
}

h1, h2, h3 {
    color: #007F5F;
}

a {
    color: #005f9e;
    text-decoration: none;
}

a:hover {
    color: #ff6347;
    text-decoration: underline;
} 

/* Frogs are awesome */
.frog-love {
    display: inline-block;
    background: url('https://froge.ai/images/frog-icon.svg') no-repeat center center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 5px;
}

.footer {
    text-align: center;
    padding: 20px;
    background-color: #e0ffe0;
}

.footer a {
    margin: 0 10px;
    color: #005f9e;
    text-decoration: none;
}