.center-container {
    position: relative; /* Set relative positioning for the center container */
    min-height: 80vh; /* Set a smaller minimum height for the center container */
}

/* Content wrapper */
.content-wrapper {

    justify-content: space-between; /* Add space between sidebar and about me section */

    width: 100%; /* Set width to fill entire space */
    padding-left: 10vh;
    padding-top: 10vh;


}

.block-span, .indented-span {
    display: block; /* Ensure each span is a block element */
    margin-bottom: 1vh; /* Add spacing between spans */
    vertical-align: text-top;
}

.indented-span {
    margin-top: 3vh;
    margin-left: 8vh; /* Add left margin to indented span */
}