body  {
  background-color: #000000;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: white;
}
h3  {
  color: #FFD700;
}
dd  {
  color: #FFD700;
}
h1  {
  text-align: left;
  color: white;
}
h4  {
  text-align: left;
  color: white;
}
p  {
  color: #FFD700;
  font-size: 20px;
}
li  {
  color: #FFD700;
}
ol  {
  color: #FFD700;
}
navbar {
            background-color: white;
            overflow: hidden;
        }
        .navbar a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            padding: 14px 20px;
            text-decoration: none;
            font-size: 20px;
            border-radius: 15px;
            transition-duration: 0.4s;
        }
        .navbar a:hover {

            background-color: #ddd;
            color: black;
        }

button  {
    color: black;
    text-decoration: none;
    background-color: #ddd;
    transition-duration: 0.4s;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    box-shadow: 40px 0 50px #FFD700 , -40px 0 50px #FFD700;
    align: center;
  }
button:hover {
    color: black;
    background-color: orange;
    cursor: grab;
    box-shadow: 1px -2px 50px #9e8500 , -1px -2px 50px #9e8500;
  }
  .box  {
    border: 2px solid black;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 1px -2px 50px #9e8500 , -1px -2px 50px #9e8500;
    margin-right: 147px;
    margin-bottom: 10px;
  }
