body {
  background-image: url("assets/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Verdana;
  width: 900px;
  margin: 0px auto;
  padding: 25px;
  z-index: 2; 
}
.main-container {
  height:335px;
  width:500px;
  background-color:#fff3f0;
  border-style: solid;
  border-width: 26px 26px 26px 26px;
  -moz-border-image: url(https://i.imgur.com/PaK2h0q.gif) 26 26 26 26 round round;
  -webkit-border-image: url(https://i.imgur.com/PaK2h0q.gif) 26 26 26 26 round round;
  -o-border-image: url(https://i.imgur.com/PaK2h0q.gif) 26 26 26 26 round round;
  border-image: url(https://i.imgur.com/PaK2h0q.gif) 26 26 26 26 round round;
  margin: 0 auto;
}

#nav {
  padding:10px;
  width:160px;
  height:435px;
  text-align:center;
  border-width: 7px; 
  border-style: solid; 
  border-image: url("https://i.imgur.com/2jXrMdE.png") 11 fill round;
  
}

#me {
  margin-left:10px;
  border:solid 1px black;
  border-radius:15px;
  background-color:#fcfcfc;
  height:150px;
  width:400px;
  overflow-y:scroll;
  text-align:center;
  padding:10px;
}

a {
  text-decoration:none;
  color: #bf4e77;
}

<!--------->
@font-face { 
  font-family: 'Winkle'; 
  src: url('Winkle-Regular.ttf') format('TrueType');
  }

@font-face { 
    font-family: 'rainyhearts'; 
    src: url('https://files.catbox.moe/r4oudq.ttf') format('TrueType'); 
    }
    p { font-family: 'rainyhearts'; }

@font-face { 
  font-family: 'take_coffee'; 
  src: url('https://files.catbox.moe/2du0f4.ttf') format('TrueType'); 
  }

@font-face {
    font-family: 'Cherish';
    src: url('https://files.catbox.moe/oh455u.TTF') format('TrueType'),
}
<!----------->

a href:link {
  color: black;
  font-size: 12px;
  background-color: transparent;
  font-family: 'Winkle';
}

.row {
  display: flex;
}

/* Start https://www.cursors-4u.com */ * 
{cursor: url(https://cur.cursors-4u.net/others/oth-9/oth800.cur), 
auto !important;
} 
/* End https://www.cursors-4u.com */