body {
    font-family: monospace;
    background: #0f0f23;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 700px;
    height: 700px;
    box-shadow: 0 0 20px rgba(123, 97, 255, 0.3);
    border: 2px solid #7b61ff;
}

#wrapper {
    display: flex;
    justify-content: center;
}

#button {
    background-color:darkorchid;
    color: beige;
    height: 80%;
    border-radius: 15px;
    margin: 20px;
}