body {
  background-image: url('CSS/images/EVCS.jpeg');
  background-size: cover;
  height: 955px;
  backdrop-filter: blur(15px);
  opacity: 1;
  color: white;
  display: flex;
  justify-content: center;
}

.header1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  margin-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

h3 {
  color: white;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid #2979ff;
}

h2 {
  color: white;
}

.container {
  padding: 20px 25px;
  width: 430px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 50px rgba(196, 6, 6, 0.3);
  padding-bottom: 50px;
}

/* form {
    padding-right: 20px;
    padding-left: 20px;
    width: 400px;
    height: 400px;
    border-top: 4px solid black;
    border-bottom: 4px solid white;
    border-right: 4px solid blue;
    border-left: 4px solid greenyellow;
  } */

.pembungkus-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 19px;
  margin-bottom: 10px;
}

.pembungkus-input input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid aqua;
  color: white;
}

a:link {
  display: flex;
  text-decoration: none;
}

.tombol {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.tombol button {
  margin-top: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  height: 50px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px 10px;
  background: linear-gradient(to left, #000046, #67d2f0);
  font-weight: bolder;
}

p {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #67d2f0;
}

img {
  height: 100px;
}

.clock {
  position: absolute;
  top: 50%;
  transform: translateX(120%) translateY(550%);
  color: #17fe4d;
  font-size: 60px;
  font-family: Orbitron;
  letter-spacing: 7px;
  color: aqua;
}
