body {
    background-color: #1a1a1a;
  }

  .box {
    background-color: #2b2b2b;
    padding: 10px;
    margin: 5px;
    border-radius: 12px;
  }
  .box-text {
    text-align: center;
    color: white;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
  }

  .textbox {
    top: -20px;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
  }
  
  .textbox input {
    background-color: #2b2b2b;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 16px;
    border-radius: 12px;
    width: 97%;
    color: #ffffff;

    margin-top: 10px;
  }