h1 {
  color: white;
}

h2 {
  font-style: italic;
  color: white;
}

h3 {
  color: white;
}

body {
  background-image: url("../images/background.jpg");
  margin-top: 60px;
}

div {
  margin-left: 15px;
  margin-right: 15px;
  color: white;
}

code {
  font-size: 15px;
  color: #72FFD8;
}

.beginner {
  font-family: "Courier New", courier, monospace;
  color: green;
}

.advanced {
  font-family: "Courier New", courier, monospace;
  color: red;
}

img {
  max-width: 800px;
  height: auto;
}

.img-small {
  max-width: 300px;
  height: auto;
}

a {
  color: #aebefe;
}

a:hover {
  color: #90a5fd;
}

a:active {
  color: #002adb;
}

.topnav {
  overflow: hidden;
  // background-color: #ebebeb;
  position:fixed;
  top: 0;
  width: 100%;
}

/*

opacity: 0.5;
filter: alpha(opacity=50);

*/

.topnav a {
  float: left;
  display: block;
  color: #ebebeb;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  background: #ebebeb;
  color: black;
}
/* =XK= Xander Kyle =XK= */
