main div{
    display: flex;
    flex-direction: column;
}
.submit{
    border: none;
}
form > div{
    margin-bottom: 2rem;
}
body{
    height: 100%;

}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

span{
    color: oklch(0.4853 0.2195 29.64);
}

main {
    flex: 1;

    li{
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        width: 15rem;

        &:first-child{
            img{
                width: 150px;
            }
        }
        img{
            display: block;
            margin-inline: auto;
        }
    }
}
