h1 > span {
    color: rgb(253, 196, 90);
}

h1 {
    font-weight: bold;
    color: rgb(87, 135, 196);
}

.separator {
    width: 450px;
    margin-top: 10px;
    image-rendering: pixelated;
    user-select: none;
}

.border-candy {
    background: white;
    box-shadow: rgb(212, 212, 212) 0 1px 6px 0;
    border-radius: 10px;
    position: relative;
}

.border-candy .candy {
    position: absolute;
    bottom: -10px;
    right: -30px;
    height: 140px;
    width: auto;
    overflow: hidden;
}

.border-candy .candy img {
    height: 140px;
    width: auto;
}

