body{
  background-color:#1E90FF;
  }
  
h1{
    text-align: center;
    color: white;
    font-family: "Apple Chancery" , cursive ;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 1);
    }

  .p1{
    border-left: 4px solid black;
    padding-left: 15px;
    align-items: center;
   display: flex;
   line-height: 15px;
   background-color: LightSkyBlue;
    }
    
.p2{
         border-radius: 15px;
         align-items: center;
         padding-left: 15px;
         box-shadow: 10px 24px 24px rgba(0, 0, 0, 0.7);
         background-color: LightSkyBlue;
       }
    
  
  
.card{
  background-image: url('https://s2-techtudo.glbimg.com/lbz3izTXS_KAy-Aqz-phtyvh4VQ=/0x0:695x521/600x0/smart/filters:gifv(:strip_icc(/i.s3.glbimg.com/v1/AUTH_08fbf48bc0524877943fe86e43087e7a/internal_photos/bs/2021/J/o/vIaLg5TFSs08OaoiR6eA/2014-12-08-terraria.png');
 background-repeat: no-repeat;
 background-size: cover;
  margin: 100px auto; 
  padding: 290px;
  box-shadow: 10px 24px 24px rgba(0, 0, 0, 0.7);  
  border-radius: 15px;
  width: 200px;
  }
  

  