html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: rgb(237, 75, 0);
    font-family: 'PT Serif', serif;
    color: rgb(255, 238, 213);
    font-family: 'Cantarell', sans-serif;
}

article {
    opacity: 1;
    padding:0;
}

article.hide {
    opacity: 0;
}

article.show {
    opacity: 1;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}




h1 {
    display: block;
    width: 100%;
    margin: 0;
    padding:0;
    font-size: 32px;
    text-align: center;
    color: rgb(255, 238, 213);
}

h1 span {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

h1 span:hover,
h1 span.hover {
    top: 300px;
    opacity: 0;
}

h2 {
    display: block;
    width: 100%;
    margin: 0.3em 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}

aside {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-family: 'Leckerli One', cursive;
    font-size: 20px;
    color: rgb(48, 29, 28);
    border-radius: 3px;
    text-align: center;
}

a {
    color: rgb(255, 238, 213);
    text-decoration: none;
}

a:hover {
    text-decoration: line-through;
}

.vcard {
    display: none;
}
