* {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

*::selection {
  background-color: black;
  color: white;
}

body {
  background-color: #101012;
}

a:hover {
  color: yellow;
}

#banner {
  background-color: #dee1e3;
  display: flex;
  transition: height 2s;
  width: 100%;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 2px 0 12px grey;
}

#banner h1 {
  cursor: pointer;
}

#expand {
  width: 180px;
  height: 45px;
  border: none;
  border-radius: 0 0 0 16px;
  outline: none;
  box-shadow: 0px 0px 10px #cfd3d7;
  background-color: #eceeef;
  position: fixed;
  right: -2px;
  top: -2px;
}

#writers-hub {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  align-items: stretch;

  background-color: yellow;
  height: 5px;
  overflow: hidden;
  transition: all 0.75s ease;
  padding: 10px;
  box-sizing: border-box;
}

.container {
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

textarea {
  font-size: 18px;
  border: 1px solid grey;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
  height: auto;
}

#notes {
  width: 100%;
  min-height: 317px;
  background-color: #606e79;
  color: white;
}

#wip {
  width: 100%;
  min-height: 250px;
  background-color: #f9f9fa;
}

a {
  color: rgb(181, 181, 181);
  text-decoration: none;
  font-size: 14px;
}

a:visited {
  color: yellow;
}

h1 {
  padding: 1rem;
  color: #374047;
}

#authors h2 {
  padding: 15px 8px;
  color: white;
  font-size: 15px;
}

h3 {
  margin: 0;
}

li {
  list-style-type: none;
  color: white;
  display: inline-flex;
  justify-content: space-around;
  padding: 8px;
}

#readers-hub {
  padding: 40px;
  display: flex;
  justify-content: space-around;
}

#authors {
  min-width: 250px;
  width: 100%;
  padding: 12px;
}

#caseWrapper {
  padding: 20px;
  width: 0px;
  color: white;
  width: 0px;
}

#title {
  text-decoration: none;
  cursor: pointer;
}

#copyText {
  padding: 10px;
  margin: 10px 0;
  width: 170px;
  float: right;
}

a {
  cursor: pointer;
}

.title-links {
  cursor: pointer;
  text-decoration: underline;
  padding: 0.5rem 1rem;
  font-size: 17px;
  color: #dfcc39;
  transition: opacity 0.5s ease;
}

#poemContainer {
  margin: 20px 0;
  width: auto;
  height: auto;
  padding: 20px;
  line-height: 28px;
  font-size: 16px;
  top: 0;
  background-color: rgb(255, 249, 160);
  display: block;
  color: black;
  font-weight: 400;
}

#poemContainer h2 {
  padding-bottom: 20px;
  padding-top: 10px;
  text-decoration: underline;
}
.speech-button {
  color: grey;
  padding: 12px;
  background: black;
  border: none;
  margin: 2px;
}

.speech-controls {
  display: flex;
}
