
/* Cool Blue Outer Glow Pointer - https://www.cursors-4u.com/cursor/cool-blue-outer-glow-pointer */
 * {
  cursor: url('https://cdn.cursors-4u.net/previews/cool-blue-outer-glow-pointer-4e42efa9-32.webp') 36 35, auto ;
}
body {
background-image: url('https://mil-catro1004.neocities.org/images/water%20background%203.jpg');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}

@font-face {
font-family: "mincho";
src: url('https://mil-catro1004.neocities.org/css/EnkaDotMincho24.ttf') format("truetype");
}

html {
overflow: scroll;
overflow-x: hidden;
}

::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

::selection {
/* Change highlight background color */
background: #f7a014;
/* Change highlight text color */
color: #ffffff;
}

header{
  background-color:#ebf7f7;
  color:#ffffff;
  float:none;
  width:100%;
  padding:0px 5px;
  font-family:mincho;
  text-align:left;
  border-style:groove;
  border-width:5px;
  border-color:#f59518;
  margin: 20px;
}

.topnav{
  list-style-type:none;
  background-color:#ffffff;
  color:#383736;
  font-family:mincho;
  border-style:groove;
  border-width:5px;
  border-color:#f59518;
  padding:5px;
  margin:20px;
  display:flex;
}
.topnav div{
  margin:10px;
  padding:10px;
  background-color:orange;
}

.container{
  background-color:#ffffff;
  font-family:mincho;
  border-style:groove;
  border-width:5px;
  border-color:#f59518;
  padding:5px;
  margin:20px;
}



