.notice {
    /*width: 100%;*/
    color: #FF0000;
    margin: auto;
    /* font-weight: bold; */
    /* font-style: italic; */
    padding: 5px;
    border: 2px solid;
	text-align: center;
}

.notice h2 {
	text-decoration: underline;
}

.center-picture img {
    max-width: 100%;
}