p {
  font-size: -2vw;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("https://starwarsblog.starwars.com/wp-content/uploads/2020/04/star-wars-backgrounds-25.jpg");
  font-weight: 600;
}
h1, h3, h4, h5, h6, p {
  font-family: 'Carrois Gothic SC', sans-serif;
  color:white;
  font-weight: 600; 
  background-color: black;
}
a {
  color: aliceblue;
  background-color: black;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover {
  color: khaki;
}
h2 {
  font-family: 'Carrois Gothic SC', sans-serif; 
  color:white;
  background-color: black;
}
canvas {
  display: block;
}
a:hover {
  color: cornflowerblue;
}
.container {
  position: relative;
  text-align: center;
  color: white;
  font-size: 5vw;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(223, 208, 160, 0.575);
  color: black;
  top: 0;
  width: 100%;
}
li {
  float: left;
  border-right: 1px solid #bbb;
}
li:last-child {
  border-right: none;
}
li a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: rgb(236, 193, 128);
}
li a:hover {
  background-color: rgba(230, 197, 109, 0.486);
  text-decoration: none;
}
.active {
  background-color: rgb(143, 159, 202);
}
.active a:hover {
  background-color: rgb(141, 166, 248);
  text-decoration: none;
}
#special {
  background-color: white;
  color: black;
}
.right-align {
  float: right;
}

/*Just added 91 - 93*/
.col-sm-6 {
    padding-top: 5px;
}