* {
	font-family: 'Roboto', sans-serif;
	background-color: rgba(255, 255, 255, 0.39);
}
html, body {
	font-size: 16px;
	background-color: white;
}

section#demo {
	background: #ffffff;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	color: turquoise;
}
.card {
	background: rgb(255, 255, 255);
    box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px;
}
