@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');

body {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

a, a:visited {
  color: #666
}

table, th, td {
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
}

th {
  width: 15%;
  padding-top: 25px;
  padding-bottom: 25px;
}

#canvas1 {
  position: absolute;
  border: 2px solid #ff0000;
  background: #fff;
  width: 500px;
  height: 500px;
  top: 0px;
  left: 0px;

}


#maybe {
  text-align: center;
  margin-top: 150px;
}


#maybenot {
  color: #ffffff;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Caveat', cursive;
  font-size: 54px;
  text-align: center;
}

#clock {
 background-color: #333;
 width: 10%;
 height: 10%;
 margin: auto;
 font-family: 'Open Sans Condensed', sans-serif;
 font-size: 18px;
 text-align: center;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sleep {
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}

#contact {
  color: #666 !important
  font-size: 10px;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 100px;
}
