@keyframes test {
    from {
	background-color: hsl(350,90%,90%);
    }
    to {
	background-color: hsl(100,90%,90%)
    }
}
div {
    /*width: 200px;*/
    /*height: 200px;*/
    /*background-color: hsl(350,90%,90%);*/
    /*animation-name: test;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.15,.68,.81,.21);*/
    /*margin: 0 auto;*/
    /*font-size: 5em;*/
}
img {
    height: auto;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

body {
    /*background: linear-gradient(-45deg,hsl(350,90%,90%),hsl(100,90%,90%));*/
    /*color: green;*/
    background: hsl(220,0%,95%);
    max-width: 1920;
    margin: 0 auto;

    /*touch-action: none; */
    /*margin: 0;
    border: 0 none;
    padding: 0;
    text-align: center;
    background-color: black;
    color: #cdddf8;*/
}
tr {
    font-family: sans-serif;
}

a.nostyle:link, a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}

.godot {
   font-family: 'Noto Sans', 'Droid Sans', Arial, sans-serif;
   color: #e0e0e0;
   background-color: #3b3943;
   background-image: linear-gradient(to bottom, #403e48, #35333c);
   border: 1px solid #45434e;
   box-shadow: 0 0 1px 1px #2f2d35;
}

#poster {
    color: grey;
    font-size: .75em;
}
#title {
    font-size: 2em;
}

#post {
    background: hsl(220,95%,95%);
    border-radius: 25px;
    padding: 20px;
}
#header {
    background: hsl(220,95%,85%);
    border-radius: 25px;
    padding: 20px;
    margin-top: -20px;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px
}
#desc {
    text-align: center;
}
