.home-idle-img {
    position:absolute;
    z-index: 2;
    height: 23rem;
    left: -0.5rem;
    bottom: -64%;
    pointer-events: none;
}

.cottage-home {
    background-image: url("/Assets/test/test sign.png");
    background-color: transparent;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    width: 149px;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0em;
    right: min(32em, 17vw + 1rem);
}
.cottage-home:hover {
    background-color: transparent;
}
.cottage-home:active{
    background-color: transparent;
}

.updates-box {
    width: 90%;
    height: 60%;
    font-size: 0.8em;
    padding: 0em 0.3em;
    border: 1px solid black;
    border-radius: 5px;
    background-color: bisque;
    overflow-y: auto;
}
.updates-box::-webkit-scrollbar{
    display: none;
}
.updates-box p:first-child {
    margin-top: 0.5em;
}

.art-carousel {
    border: 1px solid black;
    border-radius: 5px;
    background-color: bisque;
    width: 90%;
    height: 65%;
}

.barista-status {
    border: 1px solid black;
    border-radius: 5px;
    background-color: bisque;
    width: 90%;
    height: 55%;
    padding-top: 0.5em;
}
.barista-status p {
    font-size: 0.8rem;
}