h1 {
  text-align: center;
  font-family: 'Raleway', sans-serif;
}

h2 {
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

input {
    align-items: center;
    box-align: center;
    width: 30;
    height: 30;
    box-sizing: content-box;
}

input[type=button],  {
    background-color: #4CAF50;
    border: none;
    color: red;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    align: center;
  }
  
  .defaultTextBox {
    padding: 0;
    height: 30px;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    border-color: rgba(0,0,0,.15);
    background-color: white;
    color: red;
    font-size: 16px;
    
    image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        alignment: center;
      }
        