@font-face {
  font-family: '90stars';
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */  
  src: local('90stars'),       url('../fonts/90stars.woff') format('woff');
}

body {
  background-color: #4698A4;  
  background-image: url(../img/byn-vacum_maybe-pony_wallpaper.jpg);
  background-attachment: fixed;
  padding-bottom: 150px;
}

.center {
  display: table;
  margin: 0 auto;
}

#inner {
  display: table;
  margin: 0 auto;
}

#outer {
  padding-top: 10px;
  padding-bottom: 100px;
}

img {
  padding-top: 10px;
  padding-bottom: 20px;
}

h1 {
  font-family: "90stars";
  text-transform: lowercase;
  color: #FBAED2;
  font-size: 80px;
  font-weight: lighter;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


h2 {
  font-family: "90stars";
  text-transform: lowercase;
  color: white;
  font-size: 30px;
  font-weight: lighter;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


a:link {
  color: pink;
  text-decoration: underline;
}

a:visited {
  color: #833142;
  text-decoration: line-through;
}

a:hover {
  color: #fb607f;
  text-decoration: line-through;
}

a:active {
  color: #fb607f;
}

.dropdown {
  position: relative;
  display: table;
  margin: 0 auto;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
