body {
    margin: 25px;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
	background-color: #f0f0f0
  }
  
  h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 84px;
  }
  
  h6 {
      margin-top: 0px;
      margin-bottom: 25px;
      margin-right: 0px;
      margin-left: 0px;
  }
  
  p {
      font-size: 14px;
  }
  
  button {
  
  /*  background-color: #444; */
    background-color: #eec279;
    border-radius: 4px;
    border: none;
    color: black;
    padding: 24px 32px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    transition-duration: 0.4s;
    line-height: 1.28;
    letter-spacing: -.5px;
    text-decoration: none;
    border: none;
    cursor: pointer;
	  font-weight: 550;
    width: 250px;

  }
  
  button:hover {
    background-color: #000;
  }
  
  #statustext {
    background-color: rgb(48, 48, 48);
    font-size: medium;
    font-weight: bolder;
    overflow: visible;
    right: 50%;
    left: 50%;
    width: 140px;
    text-align: center;
  }
  
  #statussquare {
    height: 25px;
    width: 25px;
    background-color: rebeccapurple;
    padding: 5px;
  
  
  