a { color: #ff54cc; }

* {
  cursor: url('https://cdn.cursors-4u.net/previews/paper-airplane-19477b19-32.webp') 32 32, auto !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: #000000;
}
::-webkit-scrollbar-thumb {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #000000;
}




html{
    font-family: ms ui gothic;
    position: relative;
}

html {
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
html {
    overflow: scroll;
    overflow-x: auto;
}

#container{
    position: absolute;
    height: auto;
    width: auto;
    text-align: center;
}

#box{
    position: absolute;
    left: 26em;
    height: 400px;
    width: 500px;
    text-align: center;
    background-color: #fcebbe;
    overflow: auto;
    overflow-x: hidden;
    border: #e2bd85 solid 2px;
    border-radius: 6px;
    padding: 5px;
}

#cloud{
    position: absolute;
      left: 52em;
      top: 5em;
    text-align: center;
    background-color: aliceblue;
    width: 480px;
    height: 200px;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    color: #4577a7;
    border-radius: 6px;
}