@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

body {
    background-color: black;
    color: white;
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
}

.pfp {
    border-radius: 50%;
    height: 20%;
}

.logo {
    height: 25%;
    padding-top: 6%;
}

.links {
    font-size: 25px;
}

a {
    color: white;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 1%;
}