
body{
  margin: 0;   
  background-color:#372742;
 
}
.top-right-image {
  position: absolute;   /* place it exactly where we want */
  top: -55px;             /* distance from the top */
  right: -80px;           /* distance from the right */
  width: 550px;           /* adjust size */
  height: auto;      
  display: block;
}