html {
    font-family: monospace;
    /* background-image: url("https://burn-out-bard.neocities.org/images/tumblr_7d30e18ddb0d351141d0cc1055e03972_602e6210_1280.jpg");*/
    background-size: cover;
    background-color: black;
    font-size: xx-large;
}

body {
    margin: 0;
}

h1 {
    font-weight: bold;
    color: azure;
    font-size: 60px;
    text-align: center;
}

h3 {
    text-align: center;
    margin: 12px;
    font-size:smaller;
    font-style: italic;
    color:dimgrey;
}

p {
    text-align:center;
    margin:12px;
}

br {
    margin-bottom:12px;
}

span {
    margin: 6px;
    display: flex;
    justify-content: center;
    background-color: lightgray;
    border: rgb(144, 193, 156) 4px inset;
    width: auto;
    height: auto;
}

header {
    display: flex;
    padding: 8px;
}

#link {
    color: darkgreen;
    text-decoration: none;
}

#link:hover {
        color: aquamarine;
    }

.center {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.smaller {
    font-size: small;
    font-style: italic;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: rgb(184, 205, 214);
    border: rgb(144, 193, 156) 4px inset;
    border-radius: 8px;
    width: 90%;
    height: 100%;
    align-self: center;
    margin: auto;
    padding: 12px;
}

.container div {
    background-color: lightgray;
    border: rgb(144, 193, 156) 4px inset;
    height: fit-content;
}

.content {
    margin: 6px;
    display: flex;
    justify-content: center;
    background-color: lightgray;
    border: rgb(144, 193, 156) 4px inset;
    width: auto;
    height: auto;
}