body {
    padding: 0;
    margin: 0;
    background-color: rgb(50, 50, 50);
    background-image: url('eclipse.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: rgb(201, 163, 66);
    font-family: 'Courier New', Courier, monospace;
}

.title-div,title {
    padding: 15px;
    background-color: rgb(30, 30, 30);
}

.title {
    display: inline-flex;
    margin-left: 20px;
    color: rgb(201, 163, 66);
}

.article {
    margin: 20px;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(50, 50, 50, 0.800);
}

#aboutme {
    margin-bottom: 100px;
}

footer {
    position: fixed;
    padding: 15px;
    bottom: 0;        
    left: 0;           
    width: 100%;       
    background-color: rgb(30, 30, 30);
    color: rgb(201, 163, 66);
}
