body {
    font-family: Inter;
    font-weight: 600;
    background: #0C0C1A;
    color: #EFEAFF;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

h1 {
    font-size: 7.5rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.3rem;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    justify-self: center;
    width: 70%;
}

.profile-picture {
    width: 25%;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 3%;
}

.links {
    margin-top: 9%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    justify-self: center;
    width: 70%;
}