body {
    font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Roboto Slab', serif;
}

div.container {
    min-height: 100vh;
}

.display-5 {
    font-size: 2.3rem;
}

img.profile-photo {
    width: 80%;
    height: 80%;
    border-radius: 50%;
}

.contact-icon {
    width: 20rem;
    text-align: center;
}