html, body {
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin-bottom: -1rem;
}

.fa-linkedin {
    color: #0077b5;
}

footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #f1f1f1;
}
