@import url('https://fonts.cdnfonts.com/css/lilita-one');

body {
    font-family: 'Lilita One', Arial, Helvetica, sans-serif;
    padding: 20px;
    background-color: #151220;
    color: #cfcfcf;
    font-size: 25px;
    font-weight: 100;
    text-align: center;
}

h1{
  font-size: 30px;
  font-weight: 100;
  color: #ffffff;
}

.container {
  width: 100%;
  }

  label {
    margin: 70px 10px;
  }
  
  textarea {
    width: 50%;
    height: 100px;
    resize: none;
    text-align: center;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 25px;
    background-color: #302a42;
    border: 5px solid white;
    color: white;
    outline: none;
  }

  input[type="number"] {
    text-align: center;
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    font-size: 25px;
    background-color: #302a42;
    border: 5px solid white;
    color: white;
    outline: none;
  }

  input[type="number"]:hover {
    background-color: #242031;
  }

    button {
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    padding-left: 85px;
    padding-right: 85px;
    border-radius: 100px;
    font-size: 25px;
    background-color: #302a42;
    border: 5px solid white;
    color: white;
  }

  button:hover {
    background-color: #242031;

  }

  input[type="checkbox"] {
    margin: 5px auto;
    position: relative;
    top: 8px;
}

  input[type="checkbox"] {
    appearance: none;
    background-color: #ff1414;
    font: inherit;
    color: #ff1414;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #ff1414;
    border-radius: 0%;
    clip-path: polygon(25% 0, 0 25%, 25% 50%, 0 75%, 25% 100%, 50% 75%, 75% 100%, 100% 75%, 75% 50%, 100% 25%, 75% 0, 50% 25%);
}

input[type="checkbox"]:hover {
  appearance: none;
  background-color: #b11616;
  font: inherit;
  color: #b11616;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #b11616;
  border-radius: 0%;
  clip-path: polygon(25% 0, 0 25%, 25% 50%, 0 75%, 25% 100%, 50% 75%, 75% 100%, 100% 75%, 75% 50%, 100% 25%, 75% 0, 50% 25%);
}
  
input[type="checkbox"]:checked {
    appearance: none;
    background-color: #14ff4e;
    font: inherit;
    color: #14ff4e;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #14ff4e;
    border-radius: 0%;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }
  
  input[type="checkbox"]:checked:hover {
    appearance: none;
    background-color: #13b13a;
    font: inherit;
    color: #13b13a;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #13b13a;
    border-radius: 0%;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  }
