@import url('https://fonts.googleapis.com/css2?family=Mali&display=swap');

#eggring {
    background-color: white;
    border-radius: 5px;
    border: 4px double #b08cdc;
    width: 160px;
    height: 75px;
    display: flex;
    flex-direction: column;
    font-family: 'Mali', serif;
}

#eggring a {
    color: #c8b175;
    display: flex;
    justify-content: center;
}

#eggring a:hover {
    color: #c69827;
}

#eggring img {
    display: flex;
    width: 40px;
}

.eggringName {
    white-space: nowrap;
}

.eggringNav {
    display: flex;
    justify-content: space-between;
}