#mainWrapper{
  width: 1000px;
  color: black;
}
div{
  font-family: Arial;
}
.tempWrapper{
  height: 240px;
  box-shadow: 10px 10px 5px #888888;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 25px;
  background: #F0F0F0;
}

.textWrapper{
  margin: auto;
  width: 90%;
  height: 70%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.textLeft{
  width: 40%;
  float: left;
  margin-left: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sensorName{
  font-size: 70px;
  font-weight: bold;
}

.tempTimestamp{
  padding-left: 10px;
  height: 40px;
  margin-top: 10px;
  font-size: 25px;
}

.sensorTemp{
  text-align: right;
  margin-top: 60px;
  margin-right: 40px;
  font-weight: bold;
  font-size: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
