body {
    background-image: url('BIO-BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.outlined-item {
    outline-style: solid;
    outline-width: 5px;
    outline-color: white;
}

h1{
    color: white;
    font-family: IBM plex monospace;
}

p{
    color:white;
    font-family: IBM plex monospace;
}

.webfooter {
    position: relative;
    bottom: 0;
}