html {
     background-image: url("Screenshot.png")
}
body {
     position: absolute;
     top: 25%;
     left: 25%;
     #container {
          image-orientation: 
          height: 100px;
          width: 500px;
          font-family: Arial;
          font-size: small;
          padding: 10px;
          margin: auto;
          border: solid black 1px;
          background-color: white;
     }
     #im{
          width: 25px;
          height: 25px;
          margin: right; 
     }
}
