.font_size{
    font-size: 1em;
}

.item_name{
    font-weight: bold;
    font-size: 1.5em;
}

.font_size_big{
    font-size: 2.5em;
}

.common_button {
    font-size: 1em;
    background-color: #FFE001;
    border-radius: 20px;
    padding: 10px 15px;
    font-weight: bold;
    cursor: pointer;
    min-width: 100px;
}

.common_button:hover {
    opacity: 0.6;
}
