body {
  overflow-x: hidden;
}

section.full-pad {
  max-width: 850px;
  margin: 40px 20px;
  margin-bottom: 0;
  align-self: center;
}

.doohickeys img {
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.doohickeys .first {
  margin-left: -100px;
}
.doohickeys .second {
  right: calc(40vw - 560px);
  margin-top: -50px;
}

.clock {
  left: 5vw;
  bottom: 5vh;
}

.bsoda {
  right: 2vw;
  top: 2vw;
}

#top {
  z-index: 1;
  margin-bottom: -45px;
  width: 100%;
}

section.logpad {
  border: #00dbe3 28px solid;
  border-radius: 28px;
  border-image: url(../images/border/logpad.png) 28;
  margin: 10px;
}

section.screen {
  background: white;
  border: #125242 5px solid;
  border-top: 0 white;
  padding: 20px 50px;
  color: grey;
  max-height: 70vh;
  max-width: 90vw;
  overflow-y: scroll;
  scrollbar-color: grey white;
}

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

div.title {
  font-family: "Georgia", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  margin: 0;
  font-family: "Baskerville", serif;
  font-size: 45px;
}
time {
  font-size: 20px;
  font-family: "Baskerville", serif;
}

div.buttons {
  display: flex;
  justify-content: center;
  margin-left: 25px;
  align-items: center;
}

div.buttons a {
  font-size: 40px;
  background: linear-gradient(#1cff92, #01b3e9) #01b3e9;
  border: 4px #006fc3 solid;
  color: white;
  text-decoration: none;
  padding: 5px 25px;
  margin: 5px;
  border-radius: 10px;
}
div.buttons a:hover {
  background: #1cff92;
  border-color: #0099c3;
}
div.buttons a.inactive {
  background: grey;
  border-color: grey;
  user-select: none;
  -webkit-user-select: none;
}

div.divider {
  background: grey;
  height: 3px;
  width: 100%;
}

div.inLog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
div.inLog p {
  flex: 2;
  align-self: start;
}
div.inLog a {
  margin: 5px 15px;
  flex: 1;
  display: flex;
}
div.inLog img {
  max-width: 100%;
}