html
{
 background-image: url("img/a_maze_2025/a_maze_background.jpg");
font:
  1rem "Fira Sans",
  sans-serif;
}

body
{
    background-color: #FFF;
    background-color: #FFFFFFF5;
    color: black;
    text-shadow: 1px 1px #EEE;
    padding: 2em;
    margin: 2em;
}

a 
{
    color: #393;
}

img
{
    border-radius: 1em;
    border-color: orange;
    border-width: 0.3em;
    border-style: solid;
    width: 300px;
}

.content
{
    display: flex;
}

.content > p
{
    margin: 10px;
}
