.washing-machine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 5%;
}

.washing-machine .machine {
    height: 70%;
    margin-top: -77%;
    filter: url(#filter-color-light);
}
.washing-machine .shirt {
    margin-bottom: 5%;
    height: 30%;
    filter: url(#filter-color-theme);
}

#washer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    aspect-ratio: 1;
}

#washing-machine-button {
    /*padding: 10px 20px;*/
    /*font-size: 18px;*/
    cursor: pointer;
}

#washing-machine-result {
    margin-top: 20px;
    font-size: 20px;
}
