body {
    font-family: 'Figtree', sans-serif;
    overflow-y: scroll;
}

.back {
    display: flex;
    align-items: center;

    svg {
        width: 20px;
        margin-right: 3px;
    }
}

article {
    border: 0 !important;

    header {
        text-align: center;
        margin-bottom: 5rem;
        margin-top: 3rem;

        h1,
        p {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
        }
    }
}

footer {
    text-align: center;
}

a:focus-visible {
    outline: none;
}

.profile {
    text-align: center;
    font-weight: bold;

    img {
        width: 60px;
        border-radius: 50%;
    }

    a {
        text-decoration: none;
    }
}

.text-center {
    text-align: center;
}
pre {
    padding: 0 !important;
    border: 1px solid #000;
}
