body {
margin: 0px;
background-color: #aee8f5;
background-image: url("background.jpg");
background-repeat: no-repeat;
background-size: 100vw 100%;
}

body * {
font-family: Arial;
}

.content {
margin-left: 5vw;
margin-right: 5vw;
}

.align * {
display: inline;
height: 256px;
line-height: 100px;
white-space: nowrap;
}

.align p {
text-align: center;
}

h1 {
padding-left: 32px;
font-size: 32px;
color: black;
background-color: white;
padding: 15px;
border-radius: 10px;
display: table;
}

p {
font-size: 16px;
color: black;
background-color: white;
padding: 15px;
border-radius: 10px;
/*display: table;
overflow: hidden;*/
}

img {
width: 256px;
padding-left: 16px;
/*float: left;*/
}

.small_image {
width: 128px
}

.wide_image {
width: 512px;
}

.bold {
font-weight: bold;
}

.url * {
font-weight: bold;
color: blue;
text-decoration: none;
}