

  body, ul, li {
   margin:0;
   padding:0;
  }

  .posts img {
    position: absolute;
    max-width: 500;
    width: 100%;
    display: none;  /* The default hide is here */
  }

  .block {
    margin:  0 auto;
    display: block !important;
    opacity: 0;
    animation: flashImg 4s;  /* That is the "flash" duration */
  }

  @keyframes flashImg {  /* And that is the flash animation */
    0% {opacity: 0;}
    20% {opacity: 1;}  /* play with the percentages to smooten the apparition */
    100% {opacity: 1;}
    100% {opacity: 1;}
  }


a {
 color:#117;
 text-decoration:none;
}

a:link {color:#000000;}    /* unvisited link is black*/
a:visited {color:#000000;} /* visited link is black (reverse the color back to black)*/
/*
a:hover {color:#0000FF;}   /* mouse over link (blue when mouse over)
a:active {color:#0000FF;}  /* selected link (blue in the split second which you loading the page.)*/

/* .violet {background-color:#3399FF; color:#ffffff;} */
/*  */
a2 {
 color:#117;
 text-decoration:none;
}

#main {
 line-height: 0.9;
 text-align: center
}
#main div {
 padding-bottom:0px;
}

#r {
font-size:400%;
}

@font-face {
    font-family: "Myfont";
    src: url("../font/Myfont-Italic.woff") format("woff");
    font-display: swap;
  }
  .ttl{
    width:100%;
    font-size:500%;
    font-family: "Myfont";
    line-height: 0.5;
    text-align: center
  }

  .sub{
    width:100%;
    font-size:500%;
    font-family: "Myfont";
    line-height: 0.26;
    text-align: center
  }

@font-face {
    font-family: "Disney Subtitles 2021";
    src: url("../font/disney-subtitles-2021.woff") format("woff");
    font-display: swap;
  }
  .dsny{
    width:100%;
    font-size:140%;
    font-family: "Disney Subtitles 2021";
    line-height: 0.6;
    text-align: center


  }
