img {
    width: 800px;
}

body {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: azure;
    color: purple;  
}

#header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 8px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    font-weight: bold;
}

button {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	outline: inherit;
    min-width: 80px;
}

.section {
    border: none;
    outline: none;
    background-color: transparent;
    font: inherit;
    color: inherit;
}