body{
    background-color: orange;
}
img{
    width: 140px;
    border-radius: 300px;
    height: 150px;
}
h1{
    color: red;
}
h4{
    background-color: aliceblue;
    width: 130px;
}
a{
    color: red;
}  