* {
  
    box-sizing: border-box;
  }

  img{
    
        width: 50%;
        margin: 50px;
    
  }

  body{
      background-color: #589468;
  }