.closeButton {
    width: 20px;
    margin: 5px;
    height: 20px;
    border-radius: 50%; 
    background: #ef3835;
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.5rem; 
    border: none; 
    cursor: pointer; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
}

.window {
    position: absolute;
    border: solid; 
    width: max-content;
    border-radius: 16px; 
    padding: 20px; 
    box-sizing: border-box; 
    background: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(5px); 
    overflow: auto; 
    text-align: center;
    padding-top: 0;
}

.header { 
    width: calc(100% + 40px);
    height: 30px; 
    margin: 0 -20px; 
    display: flex; 
    align-items: center; 
    cursor: move; 
    justify-content: flex-start; 
    background-color: black; 
    box-sizing: border-box;
}

.openButton {
    cursor: pointer;
}

#southpark {
    display: none;
}

button {
    cursor:pointer;
}

#southpark {
    color: #F7E7CE;
}