body{
  text-align: center;
  background: #00ECB9;
  font-family: sans-serif;
  font-weight: 100;
  transition: background 1s linear;
}

h1{
  color: #396;
  font-weight: 100;
  font-size: 30px;
  margin: 40px 0px 20px;
}

.small_display {
    display: none !important;
}
#addressdiv {
    position: fixed; 
    bottom: 98px; 
    left: 0;
}

#clockdiv, #addressdiv {
    font-family: sans-serif;
    color: #e6e107;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 25px;
}

#clockdiv > div, #addressdiv > div {
    padding: 5px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

#clockdiv div > span, #addressdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #00413A;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 14px;
}
#horizon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}
#content {
    position: absolute;
    margin-left: -160px;
    margin-top: -33px;
    left: 50%;
    width: 320px;
    visibility: visible;
    font-size: 1.15em;
}
.italics {
    font-style: italic;
}
