.change-version-div {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.change-version-button {
  margin-right: 6px;
}

.container {
  height: 400px;
  width: 400px;
  border-style: solid;
  border-color: black;
  border-width: 10px;
  background-color: grey;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.first-inner-div {
  border-style: solid;
  border-width: 0px;
  flex-grow: 1;
  display: flex;
}

.inner-div {
  border-style: solid;
  border-width: 0px;
  flex-grow: 1;
  background-color: white;
  opacity: 1;
}

.current-color-para {
  display: inline;
}

.current-color-block {
  background-color: black;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}

.button-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.clear-button {
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
}

.under-container-current-color {
  display: flex;
  align-items: center;
}

.under-container {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colors-used-div {
  display: flex;
  align-items: center;
}

.colors-used-div p {
  margin-right: 10px;
}

.used-color-button {
  height: 20px;
  width: 20px;
  background-color: black;
  border-width: 1px;
  margin-right: 6px;
}

.unordered-list {
  margin-left: -20px;
  margin-top: 5px;
}

h1 {
  background-color: grey;
  display: inline;
  padding: 5px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}