body {
  background-image:url("https://wallpapercave.com/wp/fAixklo.jpg");
  background-position:center;
  text-align:center;
  font-family:sans-serif;
  font-weight:bold;
color: black; /* Text fill color */
  text-shadow: 
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}


/* The sidebar menu */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 140px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-image:url("https://file.garden/ahbACbJ5bxvHBi9R/takane");
  background-repeat:no-repeat;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  background-repeat:no-repeat;
  display: block;
}


/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0px 10px;
}


.box {
width: 600px; 
margin: 0 auto;
padding: 1em;
background-image:url("https://i.pinimg.com/1200x/9e/bf/de/9ebfde2fdddeeeb81213baf4ccdd81e9.jpg");
border: 2px;
border-radius: 5px;
word-break:break-all;
}

.about {
width: 600px; 
margin: 0 auto;
padding: 1em;
background-image:url("https://i.pinimg.com/736x/2a/c6/c4/2ac6c4ee9c6337adeefccde2abd5d30c.jpg");
background-repeat:no-repeat;
border: 2px;
border-radius: 5px; /* how round the corners are */
word-break:break-all;
}

.accounts {
width: 600px; 
margin: 0 auto;
padding: 1em;
background-image:url("https://i.pinimg.com/736x/c4/63/ba/c463ba910ba062f8198ff283d72ebff4.jpg");
background-repeat:no-repeat;
background-position:center;
border: 2px;
border-radius: 5px; /* how round the corners are */
word-break:break-all;
}

.side {
  float: right;     
  margin-right: 20px;   
  margin-bottom: 10px;  
  width: 300px;
}


.side2 {
  float:right;     
  margin-right: -200px;  
  margin-top: 150px; 
  margin-bottom: 10px;  
  width: 300px;
  
}