h1 {
    color: red;

}

body {
    text-align: center;
    font-family: 'Arial';
    background: aqua;
    color: blueviolet;
}
img{
    border-radius: 40px;
}