body {
    background: content-box radial-gradient(rgb(15, 0, 15), rgb(0, 0, 0));
    font-family: sans-serif;
    color: white;
}

.extensiondisplay {
    border-radius: 5px;
    background-color: rgba(49, 0, 112, 0.555);
    border-width: 5px;
    border-color: rgb(64, 0, 124);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 400px;
    height: 500px;
}

.extensiondisplay:hover {
    border-radius: 10px;
    border-style: solid;
}

.extensiondisplay button {
    background-color: black;
    border-color: rgb(11, 0, 73);
    color: white;
    padding: 5px;
}