body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  height: 100%;
  background: #1d1f20;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

h2 {
  margin: 30px auto 10px;
}

.randomimage {
  width: 100%;
  position: absolute;
  text-align: center;
}

.stuff {
  display: inline-block;
  text-align: center;
}

.randomimage img {
  display: block;
  margin: 10px auto;
  max-height: 800px;
  max-width: 800px;
}

#output { 
  margin: 20px 0;
  color: PeachPuff;
}

input[type="button"] {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  font-size: 22px;
  font-weight: 600;
  padding: 8px;
  margin: 20px auto 0 auto;
  outline: none;
  cursor: pointer;
}

a {
  color: white;
  text-decoration: none;
  border: 2px solid white;
  padding: 12px;
  display: inline-block;
  margin-top: 5px;
}

button {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  font-size: 22px;
  font-weight: 600;
  padding: 8px;
  margin: 10px auto 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .randomimage img { max-width: 75%; }
  .disclaimer p { max-width: 75%; display: block; margin: 0 auto; }
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 48px;
}

#done-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 2px solid white;
  font-weight: 600;
  line-height: 48px;
  font-size: 22px;
  padding: 8px;
}

#clear-deadlinks {
  margin: 100px auto 10px auto;
}

.link-container {
  display: flex;
  max-width: 450px;
  margin: 10px auto;
  align-items: stretch;
}

.link-element {
  color: white;
  text-decoration: none;
  border: 2px solid white;
  padding: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  display: flex;
  align-items: center; 
  justify-content: center; 
  min-height: 48px; 
  box-sizing: border-box;
}

.time-element {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  padding: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center; 
  justify-content: center;
  min-height: 48px; 
  box-sizing: border-box;
  margin-left: 10px;
}