h1 {
text-align: center;
}

body {
margin-left: 50px;
margin-right: 50px;
}

#menu {
text-align: center;
background-color: yellow;
}

p.update {
text-align: center;
}

img {
border-width: thick;
border-style: ridge;
border-color: gold;
}

