* {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
}

body {
    /*overflow: hidden;*/
}

@font-face {
    font-family: GoldmanRegular;
    src: url(/fonts/Goldman-Regular.ttf);
}

section {
    height: 100vh;
    width: 100vw;
    background-size: cover;
}

/*header {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/

/*    display: -webkit-flex;*/

/*    display: -ms-flexbox;*/

/*    display: flex;*/
/*    -webkit-flex-flow: row wrap;*/
/*    flex-flow: row wrap;*/
/*    -webkit-justify-content: space-between;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/

    /*display: -webkit-flex;*/

    /*display: -ms-flexbox;*/

    /*display: flex;*/
    /*-webkit-flex-flow: row wrap-reverse;*/
    /*flex-flow: row wrap-reverse;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
}

.timestamp {
    text-align: right;
    font-family: GoldmanRegular, monospace;
    font-size: 50px;
    color: red;
    width: 100%;
}