body {
    display: flex;
    min-height: 100vh;
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    gap: 0.5rem;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile {
    width: 164px;
    height: 164px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 0.5rem;
}
