#content {
	margin-bottom: 40vw;
}

#title {
	font-size: 12vw;
	font-weight: 300;
	color: #1c6580;
	text-align: center;
	margin: 5vw;
}

.subtitle {
	font-size: 8vw;
	font-weight: 400;
	color: #8db8c9;
	margin: 10vw 5vw 5vw 5vw;
}

.input-field {
	font-size: 4vw;
	font-weight: 200;
	color: #1c6580;
	margin: 4vw;
}

.input-field-one-line {
	font-size: 4vw;
	font-weight: 200;
	color: #1c6580;
	margin: 4vw;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.input-field-one-line input {
	width: 5vw;
	height: 5vw;
	margin-right: 3vw;
}

.input-field input {
	font-size: 4vw;
}

#send-button {
	width: 30vw;
	height: 15vw;
	font-size: 8vw;

	position: fixed;
	left: 35vw;
	bottom: 5vw;

	border-radius: 1vw
}

body {

	padding: 0;
	margin: 0;

	background: #ebfff6;
}