body {
		font-family: 'Roboto', sans-serif;
}

h1 {
		text-align: center;
		padding-top: 30%;
		padding-bottom: 0%;
		font-size: 35vw;
}

div {
		text-align: center;
}

input {
		border: solid 3px;
		width: 40%;
		height: 80px;
		font-weight: bold;
		background-color: #FFF;
		padding: 0px;
}
