@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 95vh;
    width: 95vw;
    font-family: 'Roboto', sans-serif;
    background-color: #e9e9e9;
}

.container {
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 8px 32px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2)
}

.fa.fa-linkedin-square {
    font-size: 2rem;
    padding-left: .5rem;
}

a, a:hover, a:visited {
    color: #0a66c2;
}
