body {
background-image:url("https://i.pinimg.com/736x/a6/a1/c2/a6a1c2ca70b97b6828422358e5841bc9.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;
}

.title {
    margin:-150px;
}

.leftcol {
position:fixed;
width:300px;
overflow-y:scroll;
top:0;
bottom:0;
scrollbar-width:none;
background-image:url("https://i.pinimg.com/736x/5b/7b/0b/5b7b0bc89a995d260b3be1dffa328767.jpg");
background-position:center;
}


.rightcol {
right:0;
position:fixed;
width:300px;
overflow-y:scroll;
top:0;
bottom:0;
scrollbar-width:none;
background-image:url("https://i.pinimg.com/736x/a0/12/fd/a012fdf77920db8afda977a11fe65926.jpg");
background-position:center;
}


.content {
    text-align:center;
    position:relative;            
}

