body {
    background-image: url('background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

label {
    font-weight: bold;
}

li {
    display: flex;
    align-items: center;
}