/* Import parent stylesheet */
@import url(../style.css);

body {
    background-image: url(../../img/bg/4k\ dyd\ blur.jpg);
    margin-top: 0;
    margin-bottom: 0;
    color: var(--chaotic-a1-100);
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

img.pfp {
    width: 20%;
    min-width: 10em;
    border-radius: 100%;
}

.name {
    color: var(--lawful-a1-300);
    font-weight: 800;
    font-size: 2em;
}

.subtitle {
    text-align: center;
}

nav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1em;
}

nav > a {
    display: flex;
    align-items: center;
    gap: 0.75em;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 15px;
    height: 2.5em;
    color: var(--chaotic-text);
    background-color: var(--chaotic-bg);
}

nav > a > i {
    font-size: 1.5em;
}

nav > a > p {
    text-align: center;
    margin-block: 3%;
}
