body {
    background-image: url("space.gif") ;
    background-size: 100%;
    display: flex;
    flex-direction: center;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top:0;
    font-size: x-large;
}

.levels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 2000px;
    top: 1000px;
}

#levelbox {
    position: relative;
    width: 400px;
    height: 300px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    font-size: xx-large;
    align-content: center;
    background-color: rgb(0, 0, 0);
    border: 5px solid #ffffff;
    background-size: cover;
    z-index: 40;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;
}

#titlewrapper {
    top: 30;
    font-size: xxx-large;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 1300px;
    height: 90px;
    border: 4px solid #000000;
    border-radius: 15%;
    margin-bottom: 10px;
}