html {
    background-image: url("/IMAGES/star-background-5.gif");
    text-align: center;
}

.projects-body {
    color: white;
    background: transparent;
}

.projects-contents {
    background-color: blueviolet;
    border: 5px solid blue;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

ul {
    display: flex;
    justify-content: left;
    list-style-type: none;
    padding-left: 528px;
    margin: 0;
    gap: 20px;
}

.programming {
    color: yellow;
    text-decoration: none;
}

.video-editing {
    color: yellow;
    text-decoration: none;
}

.writing {
    color: yellow;
    text-decoration: none;
}

.selection {
    color: white;
    text-decoration: none;
}

h3 {
    text-align: left;
    margin-bottom: 5px;
}

.project-date {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    text-align: justify;
    margin-top: 0;
}

.project-img {
    border: 5px solid blue;
    border-radius: 10px;
}

.icons {
    margin: 0 10px;
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px;
}

.icons a {
    color: white;
    text-decoration: none;
}

.icons a:hover {
    color: purple;
}

a {
    color: white;
}

h6 {
    text-align: left;
    margin-bottom: 0;
}

.back {
    color: yellow;
    text-decoration: none;
}

code {
    background-color: rgba(0, 0, 0, 0.4); 
    color: white; 
    padding: 2px 4px;
    border-radius: 3px; 
    white-space: nowrap; 
}