.height-placeholder {
    height: 150px;
    overflow: hidden;
}

.image-container {
    position: relative;
    max-width: max-content;
}

.challenge-image {
    max-width: 480px;
}

.drag-logo {
    position: absolute;
    top: 15%;
    left: 0;
    width: 14.583333%;
    height: 70%;
}

.feedback-container {
    margin-top: 35px;
}

.feedback-icon {
    font-size: 80px;
}

.failure {
    color: red;
}

.success {
    color: green;
}