body {
    background-color:white;
    font-size: var;
    font-family: 'IBM Plex Sans', monospace;
    line-height: 1.4;
    color: #222;
    width:100%;
    margin:auto;  
}

header{
    z-index:99;
    width:auto;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    padding:15px;
    background-color:#222;
    border-bottom:1px solid;
}

header a{
    color:whitesmoke;
}

.blog-title{
    width:500px; 
    padding:15px;
}

 .nav li a {
    display:inline;
  }
  
.ss-image{
  display:inline; }
  
  .ss-image img{
    width:40px;
    float:left;
    margin-right:20px;
    margin-top:20px;
}

.ss a{
    font-family:Helvetica;
    font-size:24px;
}

a{
    font-family:'IBM Plex Mono';
    text-decoration:none;
    color:mediumblue;
}

a:hover {
    font-style: italic;
    text-decoration:underline;
}

ul{
    font-family:'IBM Plex Mono';
    font-size:1rem;
    display:block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ol{
    font-family: 'IBM Plex Mono';
    font-size:1rem;
    display:block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

li{
    font-family: 'IBM Plex Mono';
    float:none;
    margin-left: 10px;
    padding: 0;
    display:inline;
}

li a {
    vertical-align: middle;
    padding: 5px;
    text-decoration:none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.container{
    width:auto;
    margin:auto;
    padding:50px 0px 0px 0px;
    height:auto;
}

.container li{
  display:block;
}
    
.post{
    width:60%;
    height:inherit;
    margin:auto;
    padding:10px 30px;
    background-color: whitesmoke;
    border:1px solid;
    filter: drop-shadow(4px 4px 0px #222);
}

.post h2, h3, h4, h4, h5, h6 {
    font-family:Helvetica;
}

.post ol{
    font-family: 'IBM Plex Mono';
    font-size:1rem;
    display:block;
    margin-left: 10px;
    padding: 0;
    overflow: hidden;
}

.post h4{
    display: inline-block;
}

.post button{
    padding:5px;
    margin-left:5px;
}
p, blockquote{
    font-family:'IBM Plex Mono';
}

blockquote{
    margin-left:30px;
    width:auto;
    border-left:2px dotted;
    padding:15px;
    font-size:1rem;
    background-color:#fff18f;
    
}

.post a:after{
    margin-left:.2em;
    color:#aaa;
    content: "\2197"; /* top right arrow: â†— */
}

.post a:hover:after{
    margin-left:.2em;
    color:mediumblue;
    content: "\2197"; /* top right arrow: â†— */
}

.post h3{
    margin-top:-20px;
}

.sp-top{
    background-color: white;
    color:#222;
}


.inner-sp-top{
    border: 1px solid #222;
}
.inner-sp-top h3{
    color:mediumblue;
    margin:7px;
}

.sp{
    background-color:#222;
    color:white;
    text-align: center;
    padding-bottom:1px;
    margin-top:20px;
    margin-bottom:5px;
}

.sp p{
    margin-top:12px;
}

time{
    font-family:'IBM Plex Mono';
    font-size:18px;
    opacity:0.7; 
}

footer{
    font-family:Helvetica;
    font-size:14px;
    opacity:.7;
    padding:25px;
    text-align:center; 
}

.top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    padding: .5px;
    border: 1px solid;
    border-color:#222;
    justify-content: center;
    background:whitesmoke;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    filter: drop-shadow(4px 4px 0px #222);
}

.top:hover{
    color:white;
    background:mediumblue;
}

.blinkie-ss {
    width:inherit;
    display:flex;
    align-content: center;
    justify-content: center;
    margin:auto;
    margin-top:30px;
    margin-bottom:50px;
}

.ss-desc{
    text-align:center; 
    font-size:15px;
}

@media (max-width:768px){
  .ss a{
    font-size:18px;
  }
  
  .ss-image{
    width:300px;
  }
  
  .ss-image img{
    width:30px;
    margin-right:10px;
    margin-top:30px;
  }
  
  .blog-title{
    padding:5px 5px 5px 20px;
    display:inline;
  }
  
  .nav li a{
    display:inline-block;
    font-size:12px;
    padding:0px 5px 0px 0px;
    }
    
    blockquote{
        width:85%;
        margin-left:8px;
        padding:10px;
        font-size:14px;
    }    
}

@media (max-width:481px){
  .ss a{
    font-size:18px;
  }
  
  .ss-image{
    width:200px;
  }
  
  .ss-image img{
    width:30px;
    margin-right:10px;
    margin-top:30px;
  }
  
  .blog-title{
    padding:5px 5px 5px 20px;
    display:inline;
  }
  
  .nav li a{
    display:inline-block;
    font-size:11px;
    padding:1px;
    }
    
    blockquote{
        width:85%;
        margin-left:8px;
        padding:10px;
        font-size:14px;
    }    
}
