body {
    background: linear-gradient(to bottom,
                #F5FFFA 0%,
                #E0FFFF 100%);
    min-height: 100vh;
}

html {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    letter-spacing: -0.2px;
}