body {
    margin: 0;
    color: white;
    background-color: #282828;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
a {
    color: lightblue;
    text-decoration: none;
}
a:visited {
    color: teal;
}

.header {
    margin: 0px;
    width:100%;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #282828;
    text-align: center;
}
.pfp {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.tagline {
    font-weight: 300;
    font-size: 25px;
}
