
.photoUploadWidget {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 40rem;
    justify-content: center;
    align-items: center;
}

.photoUploadWidget img {
    width: 90%;
    max-width: 30rem;
    object-fit: contain;
}

.photoUploadWidget input {
    display: none;
}


.photoUploadWidget .buttons {
    display: flex;
}

.photoUploadWidget .buttons a {    
    padding: 0rem 1.2rem;
    margin: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoUploadWidget .buttons img {
    height: 3rem;
}

