@charset "UTF-8";

header{
    position: sticky; top: 0%; width: 100%;
    background-color: rgb(135, 46, 223);
}
body{
    font-size: 15pt;
    font-family: serif;
	color: white;
	line-break: strict;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    scrollbar-base-color: black;
    scrollbar-arrow-color: red;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
    letter-spacing: 0em;
}

div[class="gallery.top"]{
    line-height: 0.7;
    width: 800px;
    height: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(images/background.blackscreen.png);
    border: 30px solid;
    border-image-width: 30px;
    border-image-source: url(images/frame.png);
    border-image-slice: 300;
    border-image-repeat: stretch;
    border-image-outset: 10px;
}

div[class="list"]{
padding-top: 30px;
text-align: center;
}

div[class="gallery.all"]{
    background-image: url(images/holobox.gallery.png);
    width: 1200px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

div[class="image"]{
    display: flex;
flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
align-items: center;
}

div[class="image"]>a{
margin: 10px;
border-width: 2px;
border-style: solid;
border-color: aquamarine;
}

div[class="copyright"]{
    text-align: center;
}