body {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: #fbf1c7;
    color: #282828;
    font-size: 18px;
    }

.dark-mode {
  background-color: #282828;
  color: #fbf1c7;
}

h1 {
    font-size: 38px;
    color: #fe8019;
    }

h2 {
    font-size: 32px;
    color: #b8bb26;
    }

h3 {
    font-size: 26;
    color: #98971a;
    }

p {
    /* text-overflow: ellipsis; /\* will make [...] at the end *\/ */
    /* width: 800px; /\* change to your preferences *\/ */
    /* white-space: wrap; /\* paragraph to one line *\/ */
    /* overflow:hidden; /\* older browsers *\/ */
    }

a:link {
  color: #fe8019;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
}

a:visited {
  color: #d65d03;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #fabd2f;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

div {
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
}