#background {
   background-color: black;
   width: 500px;
   height: 500px;
   border-radius: 10px;

   img {
      position: relative;
      width: 40px;
   }
}