

div,
ul,
li p,
img,
body {
  margin: 0;
  padding: 0;
}

.centering-assistant {
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-body {
  margin: auto;
  background: white;
}


body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  overflow: hidden;
  color: #000000;
}



.header_background {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
      min-height: 100vh;
	    display: flex;
    flex-direction: column;
          padding-bottom: 100px;
}

.google{
  width: 200px;
margin-bottom: 36px;
display: block;
}


.t1{
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  /* or 140% */
  letter-spacing: 0.5px;
margin-bottom: 28px;
  color: #000000;
}
.t1 span{
  color: white;
  background-color: #DB4437;
  border-radius: 100%;
padding: 0px 7px 1px 8px;
}
.t3 img{
  width: 20px;
vertical-align: middle;
margin-right: 12px;
}
.t3{
  font-size: 16px;
  line-height: 16px;
  /* or 143% */
  letter-spacing: 0.0025em;
  margin-bottom: 18px;
  color: #000000;
}
.t3t{
  display: inline-block;
  vertical-align: middle;
}
.t3 .t3n{
color: #DB4437;
font-weight: 600;
vertical-align: middle;
float: right;

}
.t3{
  padding-bottom: 18px;
  border-bottom:1px solid rgb(245, 245, 245);
}
.t33{
  border-bottom: none;
  margin-bottom: 24px;
}

.t4{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 175% */
  letter-spacing: 0.0035em;
  margin-bottom: 40px;
  color: #000000;
}
#theTime{
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 111% */
  text-align: center;
  letter-spacing: -0.0024em;
  
  color: white;
border: 1px solid white;
border-radius: 32px;
padding: 4px 8px;
margin-left: 4px;
box-sizing: border-box;
display: inline-block;
  font-variant-numeric: tabular-nums;
}
.btn{
  background: #DB4437;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
line-height: 40px;
text-align: center;
color: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
height: 40px;
	    margin-top: auto;

}



#headingtext {
  display: flex !important
}