@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	font-family: helvetica;
}
body{
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.columns{
    padding-top: 15rem;
	max-width: 60%;
    margin: 0 20%;
}
.columns .column button{
	min-width: 70%;
}



