.border1 {
    margin: auto;
    width: 1000px;
    height: 2000px;
    left: 250px;
    margin-top: 20px;
    border-width: 7px;
    border-style: solid;
    border-image: url(images/eleese/deco/imgur.png) 6 fill round;
    padding: 5px;
}

#border2 {
    width: 1000px;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
}

#border3 {
  margin: auto;
  width: auto;
  height: 35px;
  border-width: 5px;
  border-style: solid;
  border-image: url(images/eleese/deco/imgur.png) 6 fill round;
}

.container {
  gap: 10px;
  display: grid;
}

.box {
  border-radius: 10px;
  margin-left: 1rem;
  width: auto;
  padding: 0.5rem;
  color: black;
}

#box2 {
  height: 25px;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  
  
}

#box3 {
  border-radius: 10px;
  font-size: 2rem;
  margin: auto;
  text-align: center;
  border-color: black;
  border-width: 2.5px;
  border-style: dotted;
}

#box4 {
  background-color: rgba(255, 255, 255, 0.65);
  height: 680px;
  padding: 0.5rem;
  border-radius: 8px;
}

#box5 {
  border-radius: 10px;
  justify-content: center;
  place-content: center;
  padding: 0.5rem;
}

ul {
  list-style-type: none;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 5px;
  padding: 5px;
}

ul li a:hover {
 cursor: url(images/tumblr_inline_mki7zsGiDT1qz4rgp.png), auto; 
}

body {
  font-family: ms gothic, courier;
  color: black;
  cursor: url(images/eleese/deco/tumblr_lkqym974Fn1qi6qow540.gif), auto;
  background-image: url(images/eleese/bkgs/37cabdaaeae7ab0bd1e6d31a53ef7204.jpg);
  }

h3 {
display: flex;
}
  
