*{
    margin: 0;
    padding: 0;
}

body{
    font-family: monospace;
    font-size: 1rem;
    background-image: url(https://64.media.tumblr.com/tumblr_mex6qbS3q71rbvno1.png);
    background-repeat: repeat;
}

.container {  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  grid-template-rows: 1fr 1.5fr 1.5fr 0.9fr 0.1fr;
  gap: 4px 4px;
  grid-auto-flow: row;
  grid-template-areas:
    "one one one"
    "four two two"
    "five two two"
    "six three three"
    "seven seven seven";
  margin: auto;
  width: 35%;
  min-width: 350px;
  height: 600px;
  margin-top: 8%;
  position: static;
}

.one { 
    grid-area: one; 
    background-image: url(https://50000yen.neocities.org/mgs/main/dithered-image.png);
    background-size: cover;
    background-position: 50% 35%;
    border: 5px solid #cde2d3;
    border-radius: 15px;
}

.tumblrwob {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    white-space:pre;
    font-size: 3rem;
    font-family: Arial;
    margin-left: 1%;
    color: #e4eef1;
    text-shadow:
    -2px -2px 0 #6499a0,
    2px -2px 0 #6499a0,
    -2px 2px 0 #6499a0,
    2px 2px 0 #6499a0;  
    z-index: 999;
    position: fixed;
}

.tumblrwob span{
    transition: ease-in-out 0.5s;
}

.wobble:nth-child(4n+1) {
-webkit-animation:tumblrwobble 4s ease-in-out -.5s infinite;
animation:tumblrwobble 4s ease-in-out -.5s infinite
}

@keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

@-webkit-keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

.wobble:nth-child(4n+2){
-webkit-animation:tumblrwobble 4s ease-in-out -1s infinite;
animation:tumblrwobble 4s ease-in-out -1s infinite;
}

.wobble:nth-child(4n+3){
-webkit-animation:tumblrwobble 4s ease-in-out -1.5s infinite;
animation:tumblrwobble 4s ease-in-out -1.5s infinite;
}

.wobble:nth-child(4n){
-webkit-animation:tumblrwobble 4s ease-in-out 0s infinite;
animation:tumblrwobble 4s ease-in-out 0s infinite;
}


.two { 
    grid-area: two; 
    border: 5px solid #cde2d3;
    border-radius: 15px;
    background-color: white;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.two::-webkit-scrollbar { 
    display: none;
}

.two iframe, .updates iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.three { 
    grid-area: three; 
    border: 5px solid #cde2d3;
    border-radius: 15px;
    background-image: url(https://50000yen.neocities.org/mgs/main/9023c5e9ccb1d641c398b774622c373e.jpg);
    background-size: cover;
    background-position: 50% 40%;
}

.four { 
    grid-area: four; 
    border: 5px solid #cde2d3;
    border-radius: 15px;
    background-image: url(https://50000yen.neocities.org/mgs/main/26d797e15356ed4f7828b799d89a38d7.jpg);
    background-size:auto;
    background-position: 20% 70%;
}

.five { 
    grid-area: five; 
    border: 5px solid #cde2d3;
    border-radius: 15px;
    background-color: white;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-image: url(https://50000yen.neocities.org/mgs/main/8b1aa333f7ceeab0ac91ffeeec2590f6.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}

.five h1{
    background-image: url(https://50000yen.neocities.org/mgs/main/e596c04452b21c208101dd822bd8388c.jpg);
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;   
    font-size: 1rem;
    margin: 0;
    padding: 1%;
    text-align: center;
    border-bottom: #508d61 1px dashed;
}

.five::-webkit-scrollbar { 
    display: none;
}

.please{
    width: 40%;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: #508d61;
    display: inline-block;
    padding: 1%;
    transition: ease-in-out 0.5s;
}

.five a{
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.please:hover{
    background-color: #9ac5ca;
}

.six { 
    grid-area: six; 
    border: 5px solid #cde2d3;
    border-radius: 15px;
    background-color: white;
    color: #508d61;
    text-align: center;
}

.seven { 
    grid-area: seven; 
    padding: 0.5%;
    font-size: 0.7rem;
    text-align: center;
    font-style: italic;
}

.seven p, a{
    margin: 0;
    color: #cde2d3;
    text-shadow:
    -1px -1px 0 #508d61,
    1px -1px 0 #508d61,
    -1px 1px 0 #508d61,
    1px 1px 0 #508d61;  
    transition: ease-in-out 0.5s;
    font-size: 0.7rem;
}

.seven p:hover, .tumblrwob span:hover, a:hover{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;   
    cursor: default;
}

a{
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

#blocky{
    margin: auto;
    display: block;
    width: 80%;
    height: auto;
}

hr{
    border: 0;
    border-bottom: 1px dashed #508d61;
    background: none;
}

ul li{
    list-style:none;
    margin-bottom: 5%;
}

li:before{
    content: '⤹';
}

ul{
    padding: 0;
    padding-left: 2%;
}

.status{
    position: absolute;
    left: 21.5%; 
    top: 17%;
    width: 9%;
    height: 8%;
    transform: rotate(-35deg);
    padding: 0.5%;
}

.status p{
    padding: 0;
}

.status b{
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.updates{
    position: absolute;
    right: 4.8%; 
    bottom: 5%; 
    width: 7.5%;
    height: 159px;
    min-width: 150px;
    z-index: 999;
}

@media only screen and (max-width: 1900px){
    #hideme, #mob{
        display: none;
    }
}