

html {
    font-family: monospace;
    background-image: url("https://burn-out-bard.neocities.org/images/464560.jpg");
    background-color: rgb(127, 150, 153);
    font-size: xx-large;
}

body {
    margin: 0;
}

h1 {
    font-weight: bold;
    color: #1a2610;
    font-size: 60px;
    text-align: center;
}

p {
    text-align: center;
    margin: 4px;
    
}

header {
    display: flex;
}


span {
    border: rgb(144, 193, 156) 4px groove;
    display: flex;
    justify-content: center;
    margin: 16px;
}


main {
    height: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
}


#link {
    color:darkgreen;
    text-decoration: none;
}

    #link:hover {
        color:aquamarine;

    }
        #center {
    flex: 1;
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
}

#middle {
    display: flexbox;
    background-color: rgb(184, 205, 214);
    border: rgb(144, 193, 156) 4px groove;
    width: 50%;
    height: 500px;
    margin: auto;
    padding: 12px;
}

#left, #right {
    display: flex;
    width: 25%;
    height: 100%;
    margin: auto;
    padding: 12px;
    justify-content: center;
}

#emptybox {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contentblock {
    background-color: rgb(184, 205, 214);
    border: rgb(144, 193, 156) 4px groove;
    height: 500px;
    width: 100%;
    margin: 12px;
    text-align: center;
}

#container {
    width: 90%;
    height: auto;
    margin:16px;

}

#container img {
    width: 100%;
    height: auto;
}
