:root{
    font-family: Arial, Helvetica, sans-serif;
}

.bg{
    background-image: linear-gradient(to right top, #dc0bdc, #ff0085, #ff642b, #fab300, #a8eb12);
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.opt{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

form{
    width: 10vw;
    min-width: 15vh;
    padding: 5px;
    
    border-radius: 5px;

    background-image: linear-gradient(to right top, #17aebc, #00bcaf, #00c78f, #51cf60, #96d117);
        
    display: flex;
    flex-direction: column;
}