body {
  /* background-image: url('https://files.catbox.moe/9v906p.webp'); */
  background-size: 100% 100%;
  background-color: #bdbdbd;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  color: black;
  font-family: Arial;
  text-align: center;
}
body {
  cursor: url("https://kyuujitsu.neocities.org/mycursor.png"), default;
}
a:hover {
        cursor: url("https://kyuujitsu.neocities.org/mycursor2.gif"), pointer;
    }
a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}
.megatron {
  background-color: white;
  width: 75%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 5px;
}
.trans {
  background-color: #efefef;
  border-style: solid;
  border-color: #909090;
  border-width: 1px;
  width: 99.25%;
  margin: 0 auto;
  margin-top: 5px;
}
.one {
  display: flex;
  float: left;
}
#topbar {
  background-image: url('https://files.catbox.moe/4gi7pz.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  height: 10%;
  /* width: 98.85%; width: 97.75%; */
  width: 98%;
  margin: 0 auto;
  padding: 5px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  border-top: solid;
  border-left: solid;
  border-right: solid;
  border-color: #3a577f;
  border-width: 1px;
}
#searchbar {
  background-color: #6d94c3;
  width: 98%;
  /* width: 97.75%; */
  margin: 0 auto;
  height: 10%;
  padding: 5px;
  font-family: 'Comic Sans MS', Arial;
  color: white;
  border-style: solid;
  border-color: #3a577f;
  border-width: 1px;
}
#language {
  background-color: white;
  color: #0000ff;
  width: 9%;
  position: absolute;
  top: 33.5px;
  left: 896.5px;
  /* border-style: solid;
  border-color: #3a577f;
  border-width: 1px; */
  font-family: 'Comic Sans MS', Arial;
}
#space {
  margin-top: 5px;
}
#guitar {
  margin-bottom: 5px;
}
#log {
  margin-top: 5px;
  margin-left: 5px;
  border-style: solid;
  border-color: #3a577f;
  border-width: 1px;
  width: 62.5%;;
  height: 231px;
}
#log2 {
  background-color: #6f98c3;
  border-bottom: solid;
  border-color: #3a577f;
  border-width: 1px;
  color: white;
}
#hi {
  background-color: #6f98c3;
  color: white;
  border-bottom: solid;
  border-color: #3a577f;
  border-width: 1px;
}
#avatar {
  border-style: solid;
  border-color: #3a577f;
  border-width: 1px;
  width: 35%;
  height: 50%;
  margin-top: 5px;
  margin-left: 5px;
}
#avatar img {
  margin-top: 5px;
}
#cookies {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}
#icecream {
  margin-top: 5px;
  margin-left: 5px;
}
.break {
  flex-basis: 100%; /* Makes the element take up 100% of the available space */
  height: 0;       /* Collapses its height to avoid adding unwanted vertical space */
      /* You can add margin-bottom if you need vertical spacing between rows */
  width: 0;
}







































































































































