@font-face {
    font-family: 'OffBit-Bold';
    src: url(../fonts/OffBit-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'W95FA';
    src: url(../fonts/W95FA.otf) format('opentype');
}


body {
    background-image: url(https://pds.exblog.jp/pds/1/201602/04/81/f0121181_4362395.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    width: 900px;
    display: block;
    text-align: center;

    font-family: W95FA, sans-serif;
    padding: 25px;
    color: papayawhip;
}
/* Styling for heading */
h1 {
    font-family: OffBit-Bold;
    color: papayawhip;
    font-weight: 100;
    font-size: 75px;
    margin: 40px 0px 20px;
}

#clockdiv {
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv>div {
    padding: 10px;
    background: blue;
    display: inline-block;
}

#clockdiv div>span {
    padding: 15px;
    background: darkblue;
    display: inline-block;
}

/* Style for visible text */
.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

a {
    color: #93c5fd;
    text-decoration: underline;
}


::selection {
  background-color: #66ccff;
  color:black;
} 

/*LINKS*/
a {
    text-align: left;
  color: white;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}