body {
    margin: 27px 50px 0 24px;
    color: rgb(1, 26, 4);
}

p {
    font-size: 17px;
    line-height: 1.4;
}

#guardian {
    height: 350px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#tv {
    width: auto;
    height: 150px;
    image-rendering: pixelated;
    float: right;
}

#fish {
    margin-right: 30px;
    float: right;
    transform: scaleX(-1);
}

#divider {
    image-rendering: pixelated;
    width: 80%;
    height: 80%;
    object-fit: contain;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#cal {
    width: 100px;
    height: auto;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    }

::-webkit-scrollbar-track {
    background-color: #ffffff00;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #adbe98;
    }

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d7f8ca;
    border: 1px solid #aed1a1;
    }