@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500&display=swap');

body {
    background-color: rgb(22, 22, 22);
}

ul {
    text-align: center;
    color: white;
    background-color: rgb(22, 22, 22);
    font-family: 'IBM Plex Mono', monospace;
    list-style-type: none;
     padding-left: 5px;
    padding-right: 10px;
}

p {
    padding-left: 2px;
    padding-right: 20px;
}

.hero {
    text-align: center;
    background-color: rgb(22, 22, 22);
    font-family: 'IBM Plex Mono', monospace;
    color: white;
}

.biography {
    text-align: center;
    background-color: rgb(22, 22, 22);
    font-family: 'IBM Plex Mono', monospace;
    color: white;
}

.profile-picture {
    border-radius: 100%;
    border-style: outset;
}

.projects {
    font-size: larger;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
    text-align: center;
}

.information {
    text-align: center;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
    text-decoration: none;
    font-size: larger;
}


.email {
    padding-left: 10px;
    padding-right: 10px;
}
