body{
    background-image: url(/pics/index/header.png);
    font-family: "MS UI Gothic", "Times New Roman", Times, serif;
    font-size: 1rem;
    color: white;
}

@font-face {
font-family: synk;
src: url(/fonts/Synkopy-Regular.otf);
}

.one{
max-width: 55rem;
min-height: 38rem;
margin: auto;
margin-top: 12rem;
box-shadow: 3px 3px 5px #313131, -3px -3px 5px #313131;
padding: 1rem;
background: #0E0E0E;
background: linear-gradient(180deg, rgba(14, 14, 14, 1) 0%, rgb(22, 22, 22) 50%, rgba(14, 14, 14, 1) 100%);
position: relative;
overflow:hidden;
}

.left{
    float: left;
    width: 12rem;
    min-height: 35rem;
    border: 1px solid black;
    box-shadow: 2px 2px black;
    padding: 0.5rem;
    background: #212121;
    background: linear-gradient(180deg, rgba(33, 33, 33, 1) 21%, rgba(14, 14, 14, 1) 100%);
    text-align: center;
    padding-top: 2rem;
    z-index: 2;
    position: relative;
}

.left1{
    filter: grayscale(100%);
    border: 4px double black;
    box-shadow: 2px 2px black;
    margin: auto;
    width: 100px;
    height: 100px;
    background-image: url(/pics/emote/smile.png);
}

#left1{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 1rem;
}

#left2{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    transform: scaleY(-1);
}

.left2{
    border: 4px double black;
    text-align: center;
    background-color: #4C4C4C;
}

iframe{
    width: 100%;
    height: 12rem;
    border: none;
    overflow: auto;
    margin-top: 1rem;
}

a, a:visited{
    color: white;
    text-decoration: none;
}

.right{
    float: right;
    min-width: 38rem;
    max-width: 38rem;
    min-height: 37.5rem;
    border: 1px solid black;
    box-shadow: 2px 2px black;
    background: #212121;
    background: linear-gradient(180deg, rgba(33, 33, 33, 1) 21%, rgba(14, 14, 14, 1) 100%); 
    overflow: auto;
    box-shadow: 2px 2px black;
    z-index: 2;
    position: relative;
}

h1{
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-size: 2rem;
    margin: 0;
    margin-bottom: 0.25rem;
    font-style: italic;
    background-color: black;
    padding: 0.5rem;
    position: sticky;
    top: 0;
}

.right1{
    border: 1px solid black;
    width: 95%;
    height: 525px;
    margin: auto;
    padding: 0.5rem;
    margin: auto;
    background-color: black;
    overflow: auto;
}

.line{
    width: 95%;
    margin: auto;
    min-height: 103px;
    padding: 0.5rem;
    border: 1px solid white;
    margin-bottom: 0.5rem;
    position: relative
}

.pic{
    border: 4px double white;
    height: 100px;
    width: 100px;
    float: left;
    filter: grayscale(100);
    margin-right: 0.5rem;
}

.pic img{
    width: fit-content;
    height: auto;
}

.date{
    font-style: italic;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.line p{
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 640px) {
.one{
max-width: 90%;
min-height: 800px;
margin-top: 0;
}

.left{
    float: left;
    width: 94%;
    min-height: fit-content;
}

.right{
    float: right;
    min-width: auto;
    min-height: auto;
    border: 1px solid black;
    box-shadow: 2px 2px black;
    background: #212121;
    background: linear-gradient(180deg, rgba(33, 33, 33, 1) 21%, rgba(14, 14, 14, 1) 100%); 
    overflow: auto;
    box-shadow: 2px 2px black;
}

#left1, .left2, #left2, iframe, #round{
    display: none;
}
}