* {
	margin:0;
	padding:0;
}

html,body {
	font-family: futura;
}

.home {
    color:#000;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    left: 50%;
    margin-left: -25%;
    font-weight: bold;
    font-size: 72pt;
    font-size: 11.5vw;
    line-height: 88px;
    line-height: 13.5vw;
}
.now {
    color:#C0C0C0;
}