h1 {
    margin-top: 0px;
}

.small-instruction {
    opacity: 0.5;
}

.small-instruction2 {
    margin-top: 10px;
    opacity: 0.5;
    font-size: normal;
}

#submit-button {
    font-size: 1rem;
    padding: 0;
}

#input-section {
    max-width: 400px;
    margin: auto;
    display: inline-flex;
    padding-top: 40px;
    gap: 3px;
}

#price-input {
    font-size: 1rem;
}

#item-name {
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.5rem;
    color: #1D2D6D;
    text-align: center;
}

#price-guesses {
    border-radius: 5px;
    max-width: 200px;
    margin: auto;
}

.price-guess {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}

.price {
    display: flex;
}

.arrow {
    margin-left: 2px;
    color: rgba(0, 0, 0, 0.815);
    font-size: large;
}

.price-guess.correct {
    background-color: #78e978c0;
}

.price-guess.wrong {
    background-color: #ff9895c0;
}

.price-guess.close {
    background-color: #ffe695c0;
}

#victory-section-answer {
    display: none;

    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0px 2px 1px #59baff;
}

#victory-section-text {
    display: none;
    margin-top: 10px;
}

#item-image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 200px;
}