body {
    font-family: 'Roboto Mono', monospace;
    background-color: rgb(145, 180, 229);
    color: black;
    
    text-align: center;

    position: absolute;
    visibility: visible;
}

a {
    text-decoration: none;
    z-index: 1;
}

li {
    text-align: left;
}

figure {
    display: flex;
    align-items: center;
    max-width: 50%;
}

hr {
    width: 50%;
    margin: auto;
    border: 2px solid black;
    border-radius: 20px;
}

/* make footer look professional */
footer {
    background-color: rgb(145, 180, 229);
    color: black;
    padding: 10px;
    margin: 0;
}

#nav-bar {
    color: black;

    padding: 10px;
    margin: 0;

    font-size: 30px;
}

#nav-bar:hover {
    background-color: rgb(3, 180, 229);
    color: black;
}

#about-me {
    text-align: justify;
    font-size: 20px;
}


#profile {
    position: absolute;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    margin: 20px;
    top: 10%;
    left: 16%;
    z-index: -1;
}

#article {
    width: 45%; 
    padding: 20px;
    background-color: white;
    border-radius: 15px;
}

#interests {
    font-weight: bolder;
    font-size: 30px;
}

.cols {
    display: flex;
}    

.info-text {
    text-align: justify;
    margin-right: 50px;
}

.autobiography-text {
    text-align: justify;
    position: relative;
    
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    
    font-size: 16px;
}

.footer {
    position: relative;
    font-weight: bolder;
    font-size: 11px;
}