html {
    scrollbar-gutter: stable;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

nav {
    line-height: 1.2;
}

nav a {
    display: block;
    text-decoration: none;
    color: inherit;
}

nav a:hover {
    color: lightgray;
    /*cursor: pointer;*/
}

body {
    background-color: black;
    font-family: 'Avara Bold Italic', serif;
    /*font-size: 18px;*/
    color: white;
    text-shadow: 0 0 1rem white;
}

ul {
    display: flex;
    gap: 1.5rem;
    padding: 0.5rem 1.5rem;
    list-style: none;
    font-size: clamp(1rem, 2.5vw, 3rem);
    width: 100%;
}

#right {
    margin-left: auto
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*flex-wrap: wrap;*/
    justify-content: center;
    border-color: green;
    padding: 2rem;
    /*justify-content: center;*/
    align-items: center;
}

p {
    display: block;
    /*width: clamp(45ch, 65ch, 85ch);*/
    text-align: center;
}

/*#webamp {}*/

/*img {*/
/*width: clamp(45ch, 65ch, 85ch);*/
/*}*/

section {
    width: clamp(45ch, 65ch, 85ch);
    max-width: calc(100vw - 4rem);
}

section a {
    width: 100%;
}

section img {
    width: 100%;
    display: block;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
}
