@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}

h1 {
  margin: 10px;
}

h2 {
  letter-spacing: 2px;
}

button {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 15px;
  border-width: 6px;
  margin-bottom: 45px;
  cursor: pointer;
}

#color {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 15px;
  border-width: 6px;
  margin-bottom: 45px;
}
