body {
    background-color: hsl(212, 19%, 60%);
    font-family: 'Outfit', sans-serif;
    margin: 0;
  }
  
  .code {
    width: 300px;
    margin: 100px auto; /* This centers horizontally */
    padding: 20px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 15px 25px rgba(253, 253, 253, 0.1);
  }
  
  
  .code img {
    width: 100%;
    border-radius: 10px;
  }
  
  .code h1 {
    font-size: 20px;
    margin: 15px 0 10px;
    color: hsl(218, 44%, 22%);
  }
  
  .code p {
    font-size: 15px;
    color: hsl(220, 15%, 55%);
    margin-bottom: 0;
  }
  .attribution {
    
    font-size: 15px; text-align: center;
    margin-top: 20px;
  }
  .attribution a {
    color: hsl(228, 45%, 44%);
  }
 