body {
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   test-align: center;
   font-family: serif;
   font-size: 16px;
}

main {
   width: 400px;
   height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

#author {
   padding-bottom: 20px;
}

blockquote {
   margin: 0px;
   padding-bottom: 20px;
   font-style: italic;
   font-size: 1.5em;
}

#tweet-quote, #tweet-quote:hover, #new-quote, #new-quote:hover {
   display: block;
   width: 100%;
   color: black;
   text-decoration: none;
   border: 1px solid black;
   padding-bottom: 2px;
   margin-bottom: 4px;
   cursor: pointer;
}
