@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;300;600&display=swap');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    color:#FFF;
}

.flex-container {
    margin:auto;
    width:100%;
    height:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.flex-item {
    height: auto;
    width: 1200px;
    text-align: center;
}

.header {
    top:40px;
    width:100%;
    position:fixed;
    display:block;
    margin: 0 auto;
    max-width: 1200px;
}

.footer {
    bottom:40px;
    width:100%;
    position:fixed;
    display:block;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    opacity: 0.5;
}

.footer > .hosted-by {
    font-family: 'Open Sans', sans-serif;
    float:left;
    font-size:0.55em;
    color:#FFF;
}

.footer > .copy {
    font-family: 'Open Sans', sans-serif;
    font-size:0.80em;
    bottom: 8px;
    right: 0;
    position: absolute;
}

.hosted-by > a {
    display:block;
    clear:both;
    margin:2px 0 0 0;
}

.header > h1 {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 1);
    float:left;
    margin:0;
}

.header > .social {
    float:right;
}

.header > .social > a > i {
    margin:12px 0 0 0;
}

:not(.header) > h1 {
    font-family: 'Montserrat', sans-serif;
    display:block;
    font-size:2.75em;
    color:#FFF;
    line-height:0.25em;
    font-weight: bold;
    letter-spacing: 15px;
    text-indent: 15px;
}

.description {
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
    font-weight:100;
    color:#CCC;
    margin:16px 0 64px 0;
}

.registered-at {
    font-family: 'Open Sans', sans-serif;
    font-size:1.2em;
    font-weight:600;
    color:#CCC;
    margin:64px 0 0 0;
}

.cta {
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
    font-weight:100;
    color:#CCC;
    margin:64px 0 64px 0;
}

.cta > a:link {
    color: #b99d92;
    text-decoration: none;
}

.social > a:link, .social > a:visited {
    color: #FFF;
    text-decoration: none;
    font-size:24px;
    margin:0 16px 0 16px;
    opacity: 0.5;
}

.social > a:hover {
    color: #b99d92;
    opacity: 1;
}

.annie {

}

.annie > a {
    position: absolute;
    bottom: -25px;
    right: -25px;
    pointer-events: all;
    z-index: 9999;
}

.annie > a > img {
    width:200px;
    transform:rotate(-15deg);
}