.edit-tools {
  text-align: right;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.album {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}

footer {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: .25rem;
    padding: 20px;
    margin-left: 2rem;
}

footer .img-fluid {
  max-height: 40px;
}

#alltypesterminal .terminal {
  color: #000;
  background-color: #000;
}

#term .terminal {
    color: #000;
    background-color: #000;
}

.terminal {
  --size: 1.5;
}

.docbox {
    background-color: #ecf0f1;
    border: 1px solid #000;
    display: inline-block;
    padding: 1rem;
}

.docublock {
    height: 750px;
    width: 800px;
    margin: 20px 40px;
}
