html {
	min-height: 100%;
}

body {
    background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 55%, #FFBAC3 100%);
}

a {
    text-decoration: none;
    color: white;
}

a:hover{
    color: white;
}