body{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

main {
    flex: 1 0 auto;
}

.btn-large{
	width: 90%;
	margin: 20px;
}