body {
    background: url("bg.jpg") no-repeat;
    background-size: 1920px;
    background-color: black;
    background-attachment: fixed;
    color: white;
    text-rendering: optimizeSpeed;
}

img.title {
    image-rendering: pixelated;
    
    
}

h1 {
    font-family: "leather", serif;
    font-size: 60px;
    font-weight: 100;
    text-align: left;
    margin: 0px;
    margin-left: 30px;
    margin-top: 30px;
}

main {
    display: grid;
    padding: 10px;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
    padding: 20px;
}

a {
    color: white;
}

div {
    display: block;
    background-color: black;
    border-style: solid;
    border-color: white;
    padding: 10px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.center {

    width: 900px;
    height: 1000px;
    text-align: center;


}

div.top {
    width: 900px;
    height: 100px;

}

.collage {
    border: none;

}

.graphic {
    border: none;
    background-color: transparent;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: 0px;

}

.section {
    border: none;
    background-color: transparent;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    margin: 0px;
}

.section.id-1 {
    width: 200px;
    height: 200px;
    top: 50px;
    left: 80px
}

.graphic.id-1 {

    width: 300px;
    left: -10px;
    top: -70
}

.section.id-2 {
    width: 250px;
    height: 250px;
    top: -100px;
    left: 500px;
}

.graphic.id-2 {
    width: 450px;
    left: -50px;
    top: -180px;
}

.section.id-3 {
    width: 250px;
    height: 300px;
    left: 500px;
    top: -150px;
}

.graphic.id-3 {
    width: 300px;
    filter: saturate(1.5);
}

.section.id-4 {
    width: 200px;
    height: 300px;
    left: 60px;
    top: -150px;
}

.graphic.id-4 {
    width: 450px;
    left: -10px;
    top: -300px;
    filter: saturate(1.5);
}

.section.id-writ {
    width: 200px;
    height: 300px;
    left: 790px;
    top: -400px;
}

.graphic.id-writ {
    width: 100px;
    filter: saturate(1.5);
}


.graphic:hover {
    transform: rotate(-10deg);
}


td {
    width: 50%;
}

table {
    width: 100%;
}

.pokegallery {
    width: 25%;
    overflow: hidden;
    vertical-align: text-bottom;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.pokegallery1 {
    width: 33.333%;
    overflow: hidden;
    vertical-align: text-bottom;
    text-align: center;
}


table,
td,
tr {
    padding=0px
}


.section.id-b1 {
    width: 20px;
    height: 300px;
    left: 60px;
    top: -150px;
}

.graphic.id-b1 {
    width: 10px;
    left: -10px;
    top: -300px;
    filter: saturate(1.5);
