#submit {
    background-color: lightblue;
    color: red;
    font-size: 30px;
    display: block;
    text-align: center;
    background-color: white;
    border-width: 0px;
    border-color: lightblue;
    padding: 10px;
    visibility: hidden;
  }
  #submit:hover {
      outline: 0px solid lightblue;
      outline-offset: -4px;
  }
  
  #submit:focus {
      outline: 0px;
  }
  
  .formbox {
    color: blue;
    background-color:white;
    display: block;
    margin: 10px;
    padding-left: 5px;
    outline: 20px;
    border: solid;
    border-color: lightblue;
      border-width: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 180px;
  }
  
  .formbox:hover {
    border: solid;
    border-color: rgba(255, 100, 100, 0.815);
    border-width: 5px;
    font-weight: bold;
    width: 190px;
  }
  
  h1 {
    text-align: center;
    position: relative;
    top: -12px;
  }

  .hr1 {
      color: red;
  }

  .hr2 {
      color: lightblue;
  }
  
  h2 {
    text-align: center;
  }
  
  h4 {
    text-align: center;
    font-size: 18px;
  }
  
  #trumplib {
    font-size: 20px;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  #topline1 {
      background-color: rgba(255, 100, 100, 0.445);
    height: 3px;
    width: 147px;
    position: relative;
    top: 40px;
    left: 1px;
  }
  
  #topline2 {
    background-color: rgba(255, 100, 100, 0.815);
    height: 3px;
    width: 300px;
  }
  
  #topline3 {
      background-color: lightblue;
    height: 5px;
      width: 300px;
  }
  
  #subtitle {
    position: relative;
    top: -20px;
  }
  
  #newart {
    font-size: 18px;
    margin-bottom: 18px;
  }
  
  #page {
    font-size: 0px;
  }

  #article {
    margin: auto;
    box-sizing: border-box;
    width: 450px;
    float: center;
    text-align: center;
    }

.repl-word {
  color: red;
}

#sultanbros {
  line-height: 20px;
  color: yellow;
  color: white;
  background: black;
  /* border:solid; */
  background: red;
  border-color: orange;
  background: brown;
  color: white;
  background: rgb(103, 60, 6);
  border-radius: 10px;
  padding: 0px 4px;
  font-weight: 600;
  background: white;
  border-color: rgb(0, 73, 128);
  color: rgb(0, 73, 128);
  cursor:pointer;
}