@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');
body {
    font-family: "Crimson Pro", serif;
    background-color: #3E1C1C;
    background-image: url("background.png"); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom; 
}

a {
    color: #360100;
    font-weight: bold;
}

b {
    color: #360100;
    font-weight: bold;
}

.foreground {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: -3;
}

.foreground2 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.content {
    width: 336px;
    height: 420px;
    position: fixed;
    bottom: 180px;
    right: 470px;
    z-index: 2;
    overflow-y: scroll;

}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.stupid {
    animation: rotation 2s infinite linear;
}