body {
    background-color: white;
    color: #222;
    font-family: Verdana, sans-serif;
    width: 70vw;
    margin: 2em auto;
}

.darkmode {
    background-color: #111;
    color: #bbb;
}

code {
    color: goldenrod;
}

.darkmode code {
    color: steelblue;
}

h1 {
    text-align: center;
    color: orangered;
}

.darkmode h1 {
    color: lightskyblue;
}

#darklight-img {
    height: 280px;
    border-radius: 10%;
}

.buttons-container {
    text-align: center;
    margin: 1rem;
}

button {
    color: black;
    background-color: darkgray;
    border-radius: 8%;
    width: auto;
    margin: 0 10px;
    height: 30px;
}

section {
    font-size: 1.2rem;
    margin: 2rem 0;
}

section h2 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
}

#theme-change-container {
    margin-bottom: 4rem;
}

figure {
    text-align: center;
    margin: 0 auto;
}

a {
    text-decoration: none;
    display: inline-block;
}

footer {
    text-align: right;
}


svg {
    color: #333;
}

.darkmode svg {
    color: darkgrey;
}

footer svg {
    width: 2em;
    margin: 0.2em;
}