body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    margin: 0;
    font-size: 3rem;
    font-weight: 300;
    color: #383736;
    background-color: #FDFBF6;
}

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

svg {
    fill: #383736;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.linkedin-container {
    margin-top: 1rem;
}