body {
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    font-variant-ligatures: no-common-ligatures;
}

.content-container {
    max-width: 1000px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #3880BA
}

a:hover {
    text-decoration: underline;
}

#profile-and-name {
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
    flex-direction: column
}

@media (min-width:800px) {
    #profile-and-name {
        flex-direction: row;  
    }
}

#profile {
    display: flex;
    flex: 0.65;
    justify-content: center;
}

#profile>img {
    width: 250px
}

#name {
    flex: 1
}

.paper-title {
    font-size: 14pt
}