html { padding: 0; margin: 0; height: 100%; }

body {
	font: 1em/100% Arial, Helvetica, sans-serif;
    color:blueviolet; 
	padding: 0; margin: 0; width: 100%;
	overflow-x: hidden;
}

div {
    border: 0.7rem solid rgb(204, 0, 255);
    border-radius: 3rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1rem;
}

p h3 {
    margin: 0.1rem;
    line-height: 1rem;
}

h1 {
    font-size: 2.5em;
    font-weight: 800;
    font-stretch: expanded;
    letter-spacing: 0.2rem;
    margin: 0.3rem;
    line-height: 1rem;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}
.strong {
    font-weight: bold;
}
.news {
    color: red;
    font-style: italic;
    font-weight: bolder;
}