@font-face {
    font-family: pixel;
    src: url(../assets/fonts/px10.ttf)
}

html{ 
    cursor: url(../assets/images/spider6.png), auto;
    height: 100%;
}


body{
    background-color: rgba(154, 154, 154, 0.479);
    min-height: 100vh;
    font-family: "pixel", roboto-mono;
    color: greenyellow;
    padding:0px;
    margin:0px;
}

h4{
    font-family: "pixel", roboto-mono;
    color: greenyellow;
    font-size:x-large;
    position:relative;
    
}

#icon{
    float:left;
    border: solid;
    border-radius: 50px;
    border-color:#5e554b;
    margin-left:-10px;
    margin-top: 10px;
    position: relative;
    
}

#icon1{
    float:left;
    border: solid;
    border-radius: 50px;
    border-color:#5e554b;
    margin-left:-10px;
    position: relative;
    top:-5.5px;
    
}



header{
    position:fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.348);
    z-index: 1;
    width: 100%;
    padding:0px;
    margin: 0px;
    text-align: center;
    text-shadow: .5px .5px .5px black; 
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.708);
}
a{
    text-decoration: none;
    color:greenyellow;
    
    
}


header h2 {
    transition: color 0.3s ease, transform 0.3s ease; 
}

header h2:hover {
    transform: scale(1.2); 
}


p{
    display: inline;
    
    

}

h3{
    position:relative;
    bottom: 15px;
    color:blanchedalmond;
    font-style: italic;
}
div{
    display:block;
    unicode-bidi: isolate;
}

#outline{
    text-shadow: 1px 0px #5e554b, -1px 0px #5e554b, 0px 1px #5e554b, 0px -1px #5e554b, 0 0;
    color: #fff;
    
    
    margin-left:20px;
    margin-right:20px;
    margin-top: 80px;
    margin-bottom: 50px;
}

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

 
.image-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;


}

.image-container img{
    width: 100%;
    

}

.image-container-post {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 5px;
    width: 100%;
    justify-content: flex-start; 
}

.image-container-post img {
    flex: 0 0 auto; 
    width: auto;
    
    object-fit: cover; 
}

.image-container-post {
    white-space: nowrap !important;
    overflow-x: auto !important;
    width: 100% !important;
    font-size: 0 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

#post1 img {
    display: inline-block !important;
    width: 46% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
    vertical-align: top !important;
    margin-right: 2% !important;
}


#post2 img{
    width: 32% !important;
}



.image-container-post img:last-child {
    margin-right: 0 !important;
}

audio{
    
    height: 30px;
}
.time{
    
    font-size: .8em;
}

@media (max-width: 400px) {
    audio{
        width: 100%;
        height: 30px;
    }
      
}
