body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background: #6441A4;
    padding: 0.5rem;
    padding-left: 1.5rem;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

header h1{
	color: #fff;
	text-shadow: #000 0.1em 0.1em 0.2em;
	font-size: 2.5rem;;
}

.navigation{
    margin-top: auto;
    display: flex;
    justify-content: right;
}

.navigation a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;

}

main {
    font-size: 1rem;
    color: #181818;
    padding: 0.5rem;
}