@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap');

html {
    font-family: "Poppins", sans-serif;
    ;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.show {
  display: block !important;
}

.container {
  min-height: 64vh;
}

::selection {
  background-color: yellowgreen; 
  color: white; 
}


button {
  cursor: pointer;
}

#output,
#copyButton {
  display: none;
}

#index-list {
  color: #0069ff;
}

#input-text {
  width: 42%;
  padding: 0 14px;
  border-right: 2px solid #36fa00;
}

#output-text {
  padding: 0 14px;
  width: 42%;
}

li:last-child {
  border-bottom: none;
}

.history-content {
  overflow-wrap: break-word;
}
