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;
}

.main-container {
    width: auto;
    height: auto;
    border-width: 7px; 
    border-style: solid; 
    border-image: url("https://i.imgur.com/ROjUrNz.gif") 6 fill round; 
    display:flex;
    float:center;
}

.aside {
  overflow: hidden;
}


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

#me {
    width:auto;
  height:350px;
  margin:auto;
  scrollbar-width:none;
  padding:10px;
  border-width: 7px; 
  border-style: solid; 
  border-image: url("https://i.imgur.com/2jXrMdE.png") 11 fill round;
  text-align:center;
}

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

.header{
  margin-bottom:10px;
  height:19px;
  border-width:8px;
  width:885px;
  display: inline-block;
	vertical-align: top;
  border-style:solid;
  border-image: url("https://i.ibb.co/h1Q3bFn/83-B27704-CEA1-4-B8-F-BF79-90-D624-EDC6-F6.png") 8 fill round;
  background-image: url("https://files.catbox.moe/qkfbzp.jpg");
}

.button { 
  border-width: 8px;
  border-style: solid;
  border-image: url("https://i.imgur.com/J4IhM3e.png") 7 fill round; 
   font-size:25px;
   font-family:'rainyhearts';
   width: 140px;
   height: auto;
   display: inline-block;
   margin: 5px 5px 0px;
   text-decoration: none;
   } 

.status {
  background:#fcbbd7;
  font-family:'rainyhearts';
  text-align:center;
  border-radius:4px;
}

.updates {
  height:150px;
  border-width: 7px;
border-style: solid;
border-image: url("https://i.imgur.com/FsgoCPW.png") 7 fill round; 
  overflow:scroll;
  scrollbar-width:none;
  text-align:center;
}

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

.two-columns {
  display: flex;
  flex: 1 1;
  gap: 30px
}

<!--------->
@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';
}

/* 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 */
