html {
    overscroll-behavior: none;
}

body {
    /* Background */
    background-image: url("assets/bg.png");
    background-size: calc(320px * 2) calc(320px * 2);
    background-repeat: repeat;
    background-attachment: fixed;

    /* Text */
    font-family: "Lato", sans-serif;
    color: #E0FBFC;

    /* Layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem;
    font-size: 0.9rem;
}

h1 {
    text-align: center;
    font-size: 1.3rem;
}

h2 {
    text-align: center;
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#footer-stars {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 20rem;
}

#hanging-stars {
    position: fixed;
    top: 0;
    left: 3rem;
}

.card {
    background:url("assets/border.gif");
    border:solid 1px #483b3c;
    margin:1em 0;
    padding:20px 0;
    width:40rem;
}

.card-inner{
    background:#294976;
    border-bottom:2px dashed #c3c2ad;
    border-top:2px dashed #c3c2ad;
    box-shadow:0 4px 0 #294976,0 -4px 0 #294976;
    padding:15px
}

a {
    color: #d6af30;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#not-by-ai {
    width: 8rem;
}