/* about */
.uk-container {
    margin-top: 150px;
}

#profile-pic {
    border: 1px solid black;
    border-radius: 9px;
    background-color: white;
    padding: 6px;
}

#title{
    color: white;
}

#paragraph{
    color: whitesmoke;
}

.footer{
    margin-top: 120px;
}