body {
  background-color: #00e2f4;
}

input {
  display: flex;
  min-width: 240px;
  padding: 12px 16px;
  align-items: center;
  align-self: stretch;

  border-radius: 8px;
  border: 1px solid #e6e9e9;
}

#copyBtn {
  height: 50px;
  border-radius: 8px;
  width: 95px;
  margin-left: auto;
}

#copyInput {
  background: #e6e6e6;
}
