body {
    margin: 0;
    padding: 0;
    background-image: url(plaidbackground1.jpg);
    font-family: 'Courier New';
}

#header {
    background-color: #005f73;
    color: #C7E5C8;
    padding: 10px;
}

#headertext {
    margin-right: auto;
}

#headerimg {
    position:absolute;
    top: 0;
    right: 0;
    width: 172px;
    height: 115px;
    align-content: end;
    margin-right: 5px
}

#container {
    position:relative;
    color: white;
}

#pixel {
    display: inline-flex;
}

#sidebarL {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    background-color: #6f1d1b;
    padding: 5px;
    padding-left: 10px;
    margin-left: 10px;
    border: dashed 2px;
    border-color: white;
    height: 100%;

}

#main {
    padding-bottom: 3em;
    margin-left: 260px;
    margin-right: 150px;
    background-color: #bb9457;
    padding: 10px;
    margin-top: 30px;
    border: dashed 2px;
}

#blinkies {
    padding: 10px;
    margin-top: 1em;
    margin-left: 260px;
    margin-right: 150px;
    background-color: #bb9457;
    border: dashed 2px;
}

#book {
    display: inline-flex;
    float: right;
}

#scroll {
    overflow:auto;
    height: 100px;
}

.button {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
}

.button:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.buttonlong {
  align-items: center;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding-left: 31px;
  padding-right: 31px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
}

.buttonlong:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.buttonlong:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.buttonlong:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

a {
    color: #6f1d1b;
}

a:hover {
    color: #ae2012;
}

#abar {
    color: #bb9457;
}