body {
background-color: brown;    
color: aliceblue;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.right {
 float:right
}
img {
    border:5px solid;
     rgb(240, 248, 255);
       margin:5px;
}
.center {
    text-align: center;
}
.top {
text-align: top;

}
img {
    width: 400px;
    height: auto;
}
.left {
    float:left;
}