* {
  /* font-family: Verdana, sans-serif; */
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 100%;
  vertical-align: baseline;
  letter-spacing: 1px;
  word-spacing: 1px;
  height: auto;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  background-color: #020e25;
  min-height: 100vh;
  max-width: 100vw;
  top: 0;
  left: 0;
  color: #202050;
  display: block;
  margin: 0px;
  padding: 0px;
  word-break: break-word;
  text-align: center;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
}
a {
  text-decoration: none;
}

.top-header {
  width: 350px;
  height: 350px;
  display: table;
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 175px);
}

.top {
  width: 100%;
  display: table;
  padding: 0px 15px 15px 0px;
}

.container {
  display: table;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 5px 5px 3px rgba(40, 30, 20, 0.1);
  padding: 15px;
}

.liner1 {
  width: 100%;
  display: table;
  padding-bottom: 10px;
  border-bottom: 3px solid #efefef;
}

.liner2 {
  width: 100%;
  display: table;
  padding: 10px 0px;
  height: 180px;
  border-bottom: 3px solid #efefef;
}

.liner3 {
  width: 100%;
  display: table;
  font-size: 10px;
  color: #ccc;
  padding-top: 7px;
}
