body {
  margin: auto;
  width: 640px; 
  padding: 50px;
  font-family: 'Arial', sans-serif; 
  color: #33475b;    
}

/* Centered Image Code */

.center {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bids {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column {
  float: center;
  width: 50%;
  align-items: center;
  justify-content: center;
}

h1 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

h2 {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#clockdiv{
  font-family: sans-serif;
  color: #fff;
  height: 150px;
  font-weight: 100;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 30px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  background: #808080;
}

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

.smalltext{
  padding-top: 5px;
  font-size: 16px;
}

#bids{
  font-family: sans-serif;
  color: #fff;
  height: 50px;
  font-weight: 100;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 30px;
}

#bids > div{
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  background: #aeabab;
}
