@import url('common.css');


body {
    background-color: var(--coquelicot);
    position: relative;
}

/*
header {
    background-color: var(--white);
}
header h1 {
    font-family: Foldit;
    font-size: 5em;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: var(--white);
    line-height: 1;
}
*/

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

#frames {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightblue;
    z-index: -1;
}

.link {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
}

.link .button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1em;
}

.link .button a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: var(--coquelicot);
    text-shadow: 1px 1px 1px #1111;
    border-radius: .3em;
    padding: .5em;
}

footer {

}

/* CSS HSL */
/*
--davys-gray: hsla(0, 0%, 34%, 1);
--light-green: hsla(114, 100%, 83%, 1);
--coquelicot: hsla(12, 100%, 55%, 1);
--coffee: hsla(17, 34%, 38%, 1);
--van-dyke: hsla(357, 20%, 21%, 1);
*/
