.container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1em;
  background-image: url("https://makeademic.github.io/WelcomeSwamp/images/WelcometotheSwampDigital-05.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

body{
  background-color: black;
}
  

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawing-area {
  box-shadow: 0 0 6px 0 #999;
}

.clear-button {
  margin: 1em;
  font-size: 16px;
}

.orange-button {
  color:#FA4616;
  margin: 1em;
  font-size: 16px;
}

.blue-button {
  color:#0021A5;
  margin: 1em;
  font-size: 16px;
}

.return-button {
  margin: 1em;
  font-size: 16px;
}

button{
  font-family: 'Nunito Sans', sans-serif;
}
