* {
    margin: 0;
    padding: 0;
}

/* Start https://www.cursors-4u.com */
* {cursor: url(https://nxcromantik.neocities.org/Graphics/cursors/cursor1.png), url(https://nxcromantik.neocities.org/Graphics/cursors/cursor1.png), auto !important;} /* End https://www.cursors-4u.com */

@font-face {
  font-family:'Ms Ui Gothic', sans-serif;
  font-size:16px;
  color: #417794;
  letter-spacing:0px;
  line-height:16px;
}

@font-face {
  font-family:'Ms Ui Gothic', sans-serif;
  font-size:16px;
  color: #417794;
  letter-spacing:0px;
  line-height:16px;
}

body {
    background-image: url('https://nxcromantik.neocities.org/BG/cross2.png');
    background-size: 2%;
}

h2{
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: #B2DAFE;
    text-decoration-thickness: 0.1rem;
    font-size: 30px;
}

.title {
    font-family: 'Ms Ui Gothic', sans-serif;
    position: absolute;
    margin-left: 500px;
    margin-top: 235px;
    z-index: 1;
    font-size: 30px;
}

.bear1 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 1200px;
    margin-top: 210px;
}

.bear2 {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin-left: 420px;
    margin-top: 700px;
}

.main {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%);
    width: 800px;
    height: 600px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'Ms Ui Gothic', sans-serif;
}

.vl {
    border-left: 1px solid #c3ebeb;
    height: 500px;
    position: absolute;
    margin-left: 250px;
    margin-top: 50px;
}

.content {
    position: absolute;
    margin-left: 270px;
    width: 510px;
    height: 550px;
    padding 10px;
    margin-top: 40px;
    overflow-y: auto;
    overflow-x: visible;
}

.navigation {
    position: absolute;
    width: 230px;
    height: 600px;
    padding: 10px;
    margin-top: 40px;
    overflow: auto;
}

.category {
    font-family: 'Ms Ui Gothic', sans-serif;
    font-size: 20px;
    width: 200px;
    background: linear-gradient(90deg, rgba(178, 218, 255) 0%, rgba(178, 218, 255) 15%, rgba(211, 234, 255) 30%, rgba(224, 240, 255) 50%, rgba(211, 234, 255) 70%, rgba(178, 218, 255) 85%, rgba(178, 218, 255) 100%);
    border: none;
    border-radius: 5px;
}

.box {
    height: 50px;
    width: 100px;
    margin-right: 5.5px;
    margin-left: 5.5px;
    margin-bottom: 5.5px;
    margin-top: 5.5px;

}
.box > span {
    position: relative;
    bottom: 0;
    left: 500;
}

a {
	  color: rgb(35, 120, 193);

      text-decoration: none;
font-style: italic;
    
}

.thumbnail{
  width: 150px;
  display:inline-block;
  z-index:999;
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.thumbnail:hover {
    transform: scale(1.1);
}

a:hover, a:active {
	
  color: rgb(92, 115, 136);
      text-decoration: none;
font-style: italic;
font-weight:bold;    
}