h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    border: solid 4px yellow;
    border-radius: 40px;
    background-color: rgb(24, 177, 4);
}

p {
    text-align: center;
    border: solid;
}

a {
    color: aliceblue;
    border: solid yellow;
    border-radius: 6px;
    background-color: rgb(192, 0, 0);
}

body {
    text-align: center
}
img{
    border:30px solid yellowgreen;

}