*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 18px;
}

.wrapper {
    width: 600px;
    padding: 20px;
    margin: 0 auto;
}

h1 {
    text-align: center
}

/* removed for bootstrap 
#search,
#replace,
#input-text {
  margin-bottom: 20px;
}
*/

#search-button,
#text-button,
#clear-button {
    outline-color: transparent;
    margin-bottom: 20px;
}

#search-button:hover,
#text-button:hover,
#clear-button:hover {
    color: white;
    background-color: #002ead;
    /*
  transition: 0.5s;
  */
}

#text-field {
    font-size: 22px;
}