@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-pic"]{
width: 1200px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
background-image: url(images/background.blackscreen.png);
text-align: center;
    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: 20px;
}

div[class="title"]{
padding: 30px;
}

div[class="image"]{
justify-content: center;
text-align: center;
}

div[class="script"]{
text-align: left;
margin-left: 75px;
margin-right: 75px;
}

div[class="return"]{
width: 500px;
margin-top: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
text-align: center;
}

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