		*{
           margin : 0;
           padding: 0;
           box-sizing: border-box;
       }

       @keyframes  random {
        5% { background-color: lightslategray; } 
        10% { background-color: gainsboro; } 
        15% { background-color: lightgray; } 
        20% { background-color: silver; } 
        25% { background-color: dimgray; } 
        30% { background-color: darkgray; } 
        35% { background-color: gray; } 
        40% { background-color: slategray; } 
        45% { background-color: darkslategray; } 
        50% { background-color: gainsboro; } 
        55% { background-color: lightslategray; } 
        60% { background-color: ghostwhite; }
        65% { background-color: blanchedalmond; } 
        70% { background-color: gray; } 
        75% { background-color: darkkhaki; }  
        80% { background-color: silver; } 
        85% { background-color: slategray; } 
        90% { background-color: dimgray; } 
        95% { background-color: gainsboro; } 
        100% { background-color: darkkhaki; } 
    }

    body {
        font-family: sans-serif;
        /*     margin: 20px;*/
        background-color: gray;
        -webkit-animation: random 50s infinite;
        animation: random 50s infinite;
        overflow: scroll;
        word-break: keep-all;
    }
    
    .feed { 
        display: inline-block;
        margin-top: 10px;
        margin-left: 10px;
        width: 250px;
        height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px;
        background-color: white;
        border-style: outset;
    }

    .date {
        margin-top: 10pt;
        margin-bottom: 10pt;
        text-align: center;
    }

 /*   h1 {
        font-size: 57pt;
        font-weight: bolder;
        text-align: center;

    }*/

    h2  {
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        padding-top: 5px;
    }

    .container {
        position: relative;

    }

    h3 {
        text-align: center;
        font-weight: normal;
        margin-top: 15pt;
    }

    hr {
        margin-top: 10px;

    }


    figure {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    img {
        width: 100%;
    }

    figcaption {
        text-align: center;
        font-size: 9pt;
        margin-top: 5px;
        word-break: break-all;
    }

    iframe {
      width: 100%;
      overflow: hidden;
      pointer-events: none;
  }

  p {
    text-align: center;
}


ul {
    position: relative;
    word-break: keep-all;
    text-align: center;
    list-style-position: inside;
}

li {
    font-size: 13pt;
    margin-top: 4pt;
    text-align: center;
    word-break: keep-all;
}

.title {
    text-decoration: none;
    color: black;
}

    h1 {
        color: black;
        font-size: 57pt;
        font-weight: bolder;
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);

    }


.round {
    border-radius: 50%;
}


.bookcover {
    max-width: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
/*    flex-wrap:wrap;*/
    justify-content: center;
}

.bcmargin {
    margin: 5px;
}

textarea {
    border: 3px dotted orangered;
    width: 100%;
    height: 50%;
    padding: 5px;
}

.otherjisu {
    padding-top: 155%;
}

.url {
    word-break: break-all;
}

@media screen and (max-width: 704px) {
  .feed { 
    width: 50%;
    margin-left: 25%;
    padding: 5%;
}

.bookcover {
    max-width: 45px;
}

h1 {
    font-size: 45pt;
}

/*
h1 {
    font-size: 20pt;
    font-weight: bolder;
    text-align: center;
}

h2  {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

h3 {
    font-size: 10pt;
    text-align: center;
    font-weight: normal;
}

.date {
    font-size: 10pt;
    font-weight: normal;
}

li {
    word-break: keep-all;
    font-size: 10pt;
    line-height: 11pt;
}

.container {
    position: absolute;
    width: 340px;
    left: 50%;
    transform: translate(-50%);
}

figcaption {
    word-break: break-all;
}

.bookcover {
    max-width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
/*    flex-wrap:wrap;*/
    justify-content: center;
}

.bcmargin {
    margin: 3px;
}
*/

