*{
  Margin: 0;
  padding: 0;
  Box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}

.DBCONTAIN{
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

form {
  Background-color: transparent;
  display:flex;
  flex-direction: column;
  padding: 2vw 4vw;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
}

form h3 {
  color: #555;
  font-weight: 800;
  margin-bottom: 20px
}

form input, form textarea{
  border: 0;
  margin: 10px 0;
  padding: 20px;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  font-color: #ffffff;
  border-radius: 15px;
}

form button{
  padding: 15px;
  background-color: #ff5361;
  color: #fff;
  font-size: 18px;
  border: 5em;
  outline: none;
  cursor: pointer;
  width: 150px;
  margin: 20px auto 0;
  border-radius: 30px;
}

    .NEWLAND{
        position: Center;
        width: 60%;
        padding: 0 5%;
        margin: 0 0 0 0;
        top: 0;
        left: 0;
    }

NEWLANDING2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.NEWprizesDesc2{
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 70vw 0 0;
        top: 0;
        left: 0;
        text-align: center;
    }

.thecountdown1 {
  font-size: 55px;
  color: #ffffff;
  background-color: Transparent;
  padding: 10px;
  border-radius: 5px;
}


