
body{
    background-color:green;
    color:black;
    width:100%;
}

div{
    width:400px;
    margin:0 auto;
    border:thick groove white;
    background-color: whitesmoke;
    text-align:center;
    font-family:fantasy;
    font-size: 18px;
}

img{
    border: 3px solid white;
}