form{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    margin-block-end: 1rem;
    select{
        border: none;
        border-radius: 0.5rem;
    }
    label{
        font-weight: bold;
        font-size: 1.2rem;
    }
}
#imageContainer img{
    width: 100%;
    display: block;
    text-align: center;
}
