* {
    box-sizing: border-box;
    font-family: Dongle, sans-serif;
    line-height: 0.6em;
    text-wrap: balance;
}

body {
    background-color: hsl(0, 0%, 13%);
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-justify: center;
    padding: 3vh;
}

h1 {
    font-size: 18vh;
    margin-top: 3vh;
    margin-bottom: 0;
}

h2 {
    font-size: 8vh;
    margin-top: 0;
    margin-bottom: 1vh;
}

p {
    font-size: 4vh;
    margin-top: 0;
    margin-bottom: 2vh;
}

.photo {
    height: 30vh;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

nav {
    display: flex;
    gap: 2vh;
    justify-content: center;
}

svg {
    width: 3vh;
    height: 3vh;
    fill: white;
}