html {
    background: linear-gradient(rgba(0, 255, 0, 1) 15%, rgba(255, 0, 255, 1) 50%, rgba(158, 83, 0, 1) 85%);
    height: 100vh;
}