header {
    background-image: url(img/barmain.png);
    background-repeat: repeat;
    width: 100vw;
}
html, body {  overflow: auto;  scrollbar-width: none;   /* Firefox */  -ms-overflow-style: none; /* IE/Edge legacy */}
html::-webkit-scrollbar,body::-webkit-scrollbar {  display: none;           /* Chrome, Safari */}
body {
    margin: 0;
    overflow-x: hidden;
}
img {
    margin: 0;
}
.barleft {
    position: relative;
    left: 0;
    top: 0;
}
.barright {
    position: absolute;
    right: 0;
    top: 0;
}
.bclose {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0%;
    cursor: default;
}
.bclose:hover {
    opacity: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

p {
    margin: 0;
}

.siteurlbar {
    position: absolute;
    left: 120px;
    top: 35px;
    font-family: helvetica;
    font-size: 13px;
}

.sitenamebar {
    position: absolute;
    left: 15px;
    top: 5px;
    font-family: helvetica;
    font-size: 13px;
}

main {
    background-image: url(img/bgmain.gif);
    background-repeat: repeat;
    width: 100vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main {
    width: 800px;
    height: 3500px;
    background: linear-gradient(rgb(0, 161, 0), rgb(17, 104, 0));
}