h2{
    font-family: Segoe UI;  
    background-color: rgb(0, 115, 115);
    font-size: 60px ;
    text-align: center  ;
    color: rgb(60, 227, 155);
    text-decoration: none;
    text-shadow: 1px 0px #69c9efc8;
    border: 4px;
    border-radius: 40px;
    border-color: rgb(9, 189, 135);
 }
 body {margin: 25px;}
 
 div.polaroid {
   width: 80%;
   background-color: ghostwhite;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   margin-bottom: 25px;
   margin-top: 25px;
   border-radius: 40px;
   text-align: center;
 }
 
 div.container {
   text-align: center;
   padding: 5px 5px;
 }
 img,iframe{
     border-radius: 100px ;
     text-align: center ;
     max-inline-size: 90%;
   block-size: auto;
   aspect-ratio: 1/1;
 }
 