16 lines
302 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
background-color: white;
margin: 1em auto;
width: 200px;
padding: 0 2em 1em;
border: 1px solid black;
border-radius: 1em;
text-align: center;
}
h1 {
color: cornflowerblue;
}
p {
font-size: large;
}