.lftside {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: center;
    text-align: center;
    width: 20%;
    color: var(--color-foreground);
}

.lfttext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    background-color: var(--color-primary);
    font-weight: bold;
    height: 10%;
    width: 100%;
}

#lfthamster-container {
    width: 100%;
    height: 200px;
}

#lfthamster {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
}
