* { transition: 1s ease all; }

.page-main {

  color: rgba(255, 255, 255, .88);
  background-color: #233141;
  font-family: 'Helvetica Neue', Helvetica, Arial, serif;

}

.producer {

    position: absolute; bottom: 2vmin; right: 2vmin;
}

.producer a { color: rgba(255, 255, 255, .38); font-size: 1vmin; text-decoration: none; }
.producer a:hover { color: rgb(255, 255, 255, 1); }


time {
    position: absolute;
    top: 29vh;
    left: 4vw;
    right: 0;

    width: 95vw;


    text-align: center;

    font-size: 38vmin;
    line-height: 1;
    font-weight: bold;




}

time:hover { color: rgba(255, 255, 255, 1); }
