h1 {
color: darkolivegreen;
border-radius: 100px;
text-align: center;
background-color: olive;
font-size: 70;
}

body {
background-color: darkolivegreen;
padding: 50px;
text-align: center;
margin: 30px;
}

img {
height: 200px;
border-radius: 100px 5px 100px 5px;
border: solid 20px olive;
margin: 20px;
}

.test {
color: olive;
font-size: 60px;
}
