body {
    font-family: 'Lato', sans-serif;
    color: #444;
    /* max-width: 650px;
    margin: 40px auto; */
}

h1 {
    text-align: center;
    margin: 0;
}

h2 {
    text-align: center;
    margin-top: 25px;
}

img {
    width: 250px;
    height: auto;
}

#profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}


p {
    margin-top: 75px;
    font-size: 30px;
    color: #444;

}

p:hover {
    transition: .2s ease-in-out;
    text-decoration: underline;
    text-decoration-color: #6997e0;

}

a {
    text-decoration: none;
    color: #444;
}