html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    /*background-image: url(../image/bg.jpg);*/
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-right: 20%;
}

p {
    font-family: ubuntu;
}

h2 {
    font-family: 'Russo One', sans-serif;
}

.dl:link,
.dl:visited {
    background-color: black;
    color: rgb(103, 230, 198);
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.dl:hover,
.dl:active {
    background-color: rgb(0, 20, 49);
    color: rgb(236, 66, 35);
}

.skinname:link,
.skinname:visited {
    color: rgb(103, 230, 198);
    text-align: right;
    text-decoration: none;
    display: inline-block;
}

.skinname:hover,
.skinname:active {
    background-color: rgb(0, 20, 49);
    color: rgb(236, 66, 35);
}

/*menu back----------------------------*/
.mback {
    width: 240px;
    height: 90px;
    position: fixed;
    display: table;
    top: 0%;
    left: 0%;
}

.mback .img-h {
    width: 240px;
    height: 90px;
    display: table;
    position: fixed;
    z-index: -1;
}

.mback .img-nh {
    width: 240px;
    height: 90px;
    position: fixed;
    display: table;

}

.mback:hover .img-nh {
    opacity: 0%;
}

/*.mback{
  position:fixed;
  top:0%;
  left:0%;
}
/**/
.side-bar {
    right: 0;
    left: 1;
    top: 0;
    margin-left: 5% auto;
    margin-right: 5% auto;
    margin-top: 5% auto;
    width: 100px;
    position: fixed;
    background-image: url(../image/bg-grad-anchor-right.png);
}