body {
  background-image: url("pics/mountain.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  height: 100%;
  margin: 0;
}

.contentbox {
    background-color: rgba(255, 255, 255, 0.4); /* white + transparent */
    padding: 2rem;
    max-width: 2000px;
    margin: 100px auto; /* centers horizontally */
    border-radius: 8px;
}
/*above is background and contentbox*/

h1 {
	font-family: "Niconne", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
  color: #483D8B;
  text-align: center;
	}

h2 {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(225, 225, 225);
  font-size: 2rem;
}

h3 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: azure;
}

.text {
  text-align: left;
  margin: 200px;
}

h2 ~ p {
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: .9rem;
}

a {
  color: black;
}

a:visited {
color: #483D8B;
}

a:hover {
  color:rgb(197, 252, 234);
}

.linkcenter {
  text-align: center;
  font-size: 1.5rem;
}

.aside {
  float: right;
  width: 30%;
  
  padding: 10px 20px;
  background-color: rgb(212, 193, 255);
}

.aside h2 {
  color: black;
}

.lines {
  line-height: 9px;
}