body {
    background-color: #452A5C;
    background-image: url(assets/stars.webp);
    background-size: 2%;
}

#all {
    margin: 30px;
    gap: 6px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.topBar {
    display: flex;
    gap: 100px;
    align-items: center;
}

.bottom {
    position: fixed;
    bottom: 0;
    align-items: left;
}

.mainContent {
    width: 80%;
    height: 800px;
    column-gap: 10px;
    row-gap: 10px;
    display: flex;
}

.navBar {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    background-color: black;
}

.contentBlock {
    background-color: white;
    border-style: solid;
    border-width: 8px;
    border-image: url(assets/border.png) 8/auto space round;
}