html {
  font-family: 'raleway', Helvetica, Arial, sans-serif;
}
body {
  background: url(google-pixel-6a.webp)0 0 no-repeat;
  font-variant: small-caps;
  padding: 0;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  z-index: 100;
}
span#LiveClockIE {
  position: fixed;
  top: 70px;
  left: 100px;
  transform: rotate(-90deg);
  text-shadow: 1px 1px 0 #ccc;
}

#centerSMSFORM {
  position: fixed;
  top: 20px;
  left: 38px;
  width: 338px;
  height: 172px;
}
textarea {
  font-family: 'raleway', Helvetica, Arial, sans-serif;
  font-weight: 500;
  width: 300px;
  height: 140px;
  margin-left: 5px;
  font-size: 1.3em;
  color: #2b3770;
  background: transparent;
  opacity: 0;
  border: none;
  border-radius: 7px;
  overflow: hidden !important;
}
textarea:focus {
  background: rgba(0, 130, 194, .3);
  opacity: 1;
}
input.counter {
  display: inline-block;
  position: fixed;
  top: 165px;
  left: 108px;
  background: transparent;
  font-size: .67em;
  font-weight: 600;
  color: #616160;
}
#counter {
  display: inline-block;
  position: fixed;
  top: 155px;
  left: 133px;
  background: transparent;
  font-size: .67em;
  font-weight: 500;
  color: #616160;
}
#submit, #reset {
  position: absolute;
  left: 0;
  cursor: pointer;
  clear: none;
  background: transparent;
  font-weight: 600;
  color: #616160;
}
#reset {
  top: 145px;
  left: 25px;
  font-size: .59em;
}
#submit {
  top: 144px;
  font-size: .9em;
  left: 215px;
  color: #090;
  font-variant: small-caps;
}
#reset:hover {
  color: #C00;
}
#submit:hover {
  color: red;
}
input, form, form:focus, form:hover, * {
  border: none;
  outline: none;
  overflow-x: hidden;
  overflow-y: hidden;
}