html {
    background-image: url("https://subjugation.neocities.org/dither_it_marek-lumi-DhGP_T_aVIQ-unsplash.png");
    background-position: center left;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    font-family: Macondo;
    border: 1px solid black;
    padding: 5px;
    width: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
}

figure, header, section, footer {
    border: 1px solid black;
    padding: 5px;
}

.content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.webHeader {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
}

.asideItems {
    padding: 5px;
}

.asideItems p {
    margin: 0;
}

.asideItems img {
    width: 10%;
}

.button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    padding: 5px;
    transition: all 0.2s;
    font-style: italic;
}

.button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
}

figure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 32%;
    text-align: center;
    padding: 7px;
    margin: 0;
    font-style: italic;
}

header {
    font-family: Rock Salt;
    width: 70%;
    padding: 5px;
}

header:hover {
    cursor: pointer;
}

header p {
    margin: 0;
    text-align: center;
    font-size: 40px;
}

main {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

aside {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    border: 1px solid black;
    padding: 5px;
    width: 30%;
}

section {
    width: 70%;
    padding: 0;
}

footer {
    font-style: italic;
    text-align: center;
}

iframe {
    border: none;
    width: 99%;
    height: 100%;
}