.close_button{
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: red;
    border: solid 1px rgba(255, 0, 0, 0.25);
}

.window{
    border: solid;
    border-radius: 23px;
    padding: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: whitesmoke;
}

.window_header{
    margin-top: 0%;
    margin-left: 2%;
    font-family: 'Courier New', Courier, monospace;
}

.selected{
    border: solid;
    border-color: whitesmoke;
    border-radius: 23px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 25px;
}