body {
    font-family: ui-sans-serif, system-ui;
    font-size: 110%;
    margin: 0;
    padding: 0;
}

.ghost {
	visibility: hidden;
}

#container {
    display: flex;
    flex-direction: row;
}

img#logo {
    aspect-ratio: 181 / 267;
    max-width: 200px;
    margin-right: 20px;
}

h1#title {
    text-transform: uppercase;
    color: #EE5535;
}

@media (max-width: 500px) {
    #container {
        flex-direction: column;
    }
    
    img#logo {
        max-height: 200px;
    }

    h1#title {
        margin-top: 0;
    }
}

main {
    padding: 20px;
    max-width: 800px;
}

p {
    line-height: 150%;
}

.small {
    font-size: 70%;
}

a {
    color: #EE5535;
}

ul {
    > li {
        margin-bottom: 1em;
    }
}

ul#socials {
    list-style-type: "⏵ ";
}

ul#footer {
    list-style-type: none;
    padding: 0;
}

img#badge {
    width: 200px;
    margin: 0 0 1em;
}
