.center {
  position: absolute;
  top: 5%;
  left: 50%;
  /* width: 500px; */
  /* height: 500px; */
  /* margin-top: -250px; */
  margin-left: -250px;
}

.number{
  padding-left: 3%;
}

.logo {
  position: absolute;
  background-color: #e7e7e7;
  top: 30%;
  /* left: 50%; */
  height: 300px;
  width: 99%;
  /* margin-top: -250px; */
}
