html, body {
	height: 100%;
}

.block {
    width: 100%;
    height: 100%;
    background-image: url(/home.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-size: 100%;
}

.content {
    margin-left: 100px;
    padding-top: 15vw;
    padding-bottom: 15vw;
}

.big {
    color: black;
    font-size: 5vw;
}

.small {
    color: grey;
    font-size: 3vw;
}
