.one {
  background-color: rgb(10, 103, 79);
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.two {
  background-color: rgb(180, 54, 54);
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.three {
  background-color: rgb(255, 113, 0);
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

.four {
  background-color: rgb(237, 181, 0);
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}

h2 {
  font-family: CANDARA;
  font-size: 4vw;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  color: #ffffff;
}

.head-images {
  width: 12.81vw;
}

.second-main {
  background-color: rgb(6, 97, 110);
  padding: 2.5vw 1vw;
  display: block;
  text-align: center;
}

.second-main>h2 {
  padding-left: 1vw;
}

.one>h2 {
  padding-right: 1vw;
}

.two>h2 {
  padding-right: 1vw;
}

.three>h2 {
  padding-left: 1vw;
}

.four>h2 {
  padding-left: 1vw;
}

.row>* {
  padding-left: 0;
  padding-right: 0;
}

.one,
.two,
.three,
.four,
.main,
.second-main {
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
}

.main-div {
  background: url("../img/background.svg") no-repeat center center fixed;
}

.main>div>img {
  width: 15vw;
}

.main {
  padding: 3.44vw 1vw;
  display: block;
  text-align: center;
}

.uber {
  width: 12.81vw;
}

.main-date-time {
  display: flex;
}

.main-date-time>div>h2 {
  font-size: 2vw;
}

.time {
  text-align: right;
}

.date {
  text-align: left;
}

.circle-logo {
  background-color: #ffffff;
  border-radius: 50%;
  width: 20.6vw;
  height: 20.6vw;
  display: inline-flex;
  justify-content: center;
  margin-top: 2.85vw;
  margin-bottom: 2.85vw;
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 4vw #000000;
}


/* Scan Card HTML */

.cardScan>img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.5vw;
}