body
{
    background-image: url("pics/BG1.png");
    background-size: 8%;
    scale: 75%;
    height: 100%;
    overflow-y: hidden;

}      
h1
{
    color: #dd9974;
    font-family: monospace;
    font-size: 500%;
    position: absolute;
    display:block;
    margin: auto;
    background-color: #65455d;
    left: 400px;
    top: 100px;
}
h2
{
    color: #646464;
    text-orientation: mixed;
    font-family: monospace;
    font-size: 140%;
    padding: 10px;
    position: absolute;
    background-image: url("pics/BG2.png");
    display: block;
    margin: auto;
    top: 100px;
    left: 335px;
    height: 300px;
    width: 900px;

    
}
h3
{
    color: #65455d;
    text-orientation: mixed;
    font-family: monospace;
    writing-mode: vertical-lr;
    font-size: 300%;
    position: absolute;
    display:block;
    margin: auto;
    top: 670px;
    
}
h4
{
    color: #65455d;
    text-orientation: mixed;
    writing-mode: vertical-lr;
    font-family: monospace;
    font-size: 300%;
    position: absolute;
    display:block;
    margin: auto;
    
    top: -50px;
    scale: 99%
}
h5
{
    color: #65455d;
    text-orientation: mixed;
    font-family: monospace;
    font-size: 300%;
    padding: 10px;
    position: absolute;
    background-image: url("pics/maintop.png");
    display: block;
    margin: auto;
    top: 100px;
    right: 0px;
    height: 200px;
    width: 600px;
}
h6
{
    color: #646464;
    text-orientation: mixed;
    font-family: monospace;
    font-size: 170%;
    padding: 10px;
    position: absolute;
    background-image: url("pics/BG2.png");
    display: block;
    margin: auto;
    top: 310px;
    right: 0px;
    height: 800px;
    width: 600px;
}

.mainpage
{
    overflow-y: scroll;
}

ul.mainppost
{
    display: grid;
    list-style: none;
    background-color:aliceblue;

}





a:link 
{
    color: pink;
    background-color: transparent;
    text-decoration: none;
}
a:visited 
{
    color: pink;
    background-color: transparent;
    text-decoration: none;
}
a:hover 
{
    color: #77355d;
    background-color: transparent;
    text-decoration: none;
}
a:active 
{
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: underline;
}


