* {
  box-sizing: border-box;
  font-family: Tahoma, sans-serif;
}

body {
  background-color: #121212;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

a {color: #E72B76;}
a:hover {text-decoration: none; }

.line {text-decoration: line-through;}

.anchor {scroll-margin-top:90px;}

.menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #333;
color: white;
text-align: center;
padding: 15px 0;
z-index: 1000;
}

.menu a {
  display: inline-block;
  text-decoration: none;
}

.menu button {
  padding: 2px 6px;
  font-size: 1.5em;
  background-color: #F0F0F0;
}

.menu-toggle {
  font-size: 1.5em;
  color: white;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.content {  margin: 0 auto;}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { .content{width:100%;} h1{font-size:22px;} h2{font-size:20px;} }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { .content{width:60%; max-width:600px;} h1{font-size:50px;} h2{font-size:25px;} }

.content {margin-top: 60px; padding: 10px;}

h1,h2,h3,h4 {font-weight: bold;}
h1{padding:20px;}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Gold Gorilla Color */
.gold {background-color: #FFD700; padding: 10px; color: black;}
.white {background-color: #F0F0F0; padding: 10px; color: black;}
.goldtext {color: #FFD700;}
.sunset {color: #F99165;}
.highlight {color:#E72B76;}
