html {
    background: #28089e;
    background: linear-gradient(160deg, rgb(21, 8, 158) 0%, rgb(6, 3, 107) 51%);
    color: bisque;
    font-family: 'Cinzel Decorative';
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: 40px;
    text-wrap-style: pretty;
}


h1 {
    font-weight: 400;
    font-size: 60px;
}

main {
    padding-left: 40px;
    font-size: 16px;
    max-width: 800px;
}

nav {
    padding-left: 40px;
}

a {
    color: yellow;
    text-decoration: none;
    padding: 8px;
    font-weight: 600;

}

a:hover {
    border: 1px solid yellow;
    padding-left: 7px
}

a:active {
    border: 2px solid yellow;
    padding-left: 6px;
}