header {
    margin: 15px 0px;
}

nav {
    text-align: left;
    margin-right: 40px;
    flex: 2;
}

nav div {
    width: 100%;
    text-align: center;
}

hr {
    border: 1px dashed #ff1a53;
    margin: 30px 0px;
}

footer {
    margin: 30px 0px 20px 0px;
}

#shade,
#demo {
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -20;
    border: none;
}

#shade {
    background-color: #7fe1dd;
    opacity: 0.2;
    z-index: -10;
    pointer-events: none;
}

#wrapper {
    position: relative;
    top: 40px;
    width: 820px;
    margin: 0px auto;
    padding: 10px;
    background-color: white;
    border: 3px double #ff1a53;
    text-align: center;
}

#logo {
    width: 500px;
    filter: drop-shadow(5px 5px 1px #430f1c);
}

#content {
    margin: 5px 30px;
    display: flex;
}

#content div {
    flex: 4;
}

#info-blobs {
    display: flex;
    font-family: monospace;
    font-size: 12px;
}

#info-blobs > div {
    flex: 1;
    padding: 8px;
    margin: 3px;
    background-color: #ff678d;
    color: white;
    display: inline-block;
    text-align: left;
}

#info-blobs > div:first-of-type {
    text-align: center;
}

#texture-of-day {
    width: 100px;
    height: 100px;
}

.text-art {
    padding: 0px 20px;
}
