@import url('https://fonts.googleapis.com/css2?family=Readex+Pro&display=swap');

body {
  background: linear-gradient(rgb(10,5,0,0.05), rgb(10,5,0,0.1)), url("./coolcoolmountain.jpg") no-repeat fixed center;
  background-size: cover;
  background-position: center center;
  font-family: "Readex Pro", Open Sans, sans-serif;
  
  }

.box {
  border-radius: 1.5em 0.175em;
  background: rgb(98.2,58.0,93.8,0.75);
  color: #f7d7ff;
  border: 1px solid #aae6ff;
  padding: 0.75em 1.25em;
  }
  
.box .sidebar {
  
  }
  
a, .links li:before, .links li:after, .links .last {
  color: #1896ca;
  }
  
.sidebar-image img {
  border-radius: 0.175em;
  width: 260px;
  }


/*Alternate style of spacers for nav links. Replace with "" for no spacer characters.*/  
.links li:before {
  content: " ";
  }

.links li:after {
  content: " ";
  }

.links .last:after {
  content: " ";
  }

/*Increase gap between automatic spacers.*/
.links li:before, .links li:after {
  letter-spacing: 0.375em;
  }
  
h1 {
  font-family: "Pixelify Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32pt;
}