@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;700;900&display=swap");

body {
    font-family: "Exo 2", sans-serif;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 10px;
    margin: 20px;
    background: rgb(63, 161, 251);
    background: linear-gradient(
        142deg,
        rgba(63, 161, 251, 1) 0%,
        rgba(252, 70, 168, 1) 100%
    );
}

canvas {
  border: 1px solid #333;
  border-radius: 5px;
  box-shadow: 9px 9px 16px 10px rgba(0, 0, 0, 0.2);
}

#definition-container {
    padding: 15px;
    margin: 15px;
}

#buttonDiv {
  color: white;
}

p {
  margin-top: -1px;
  margin-bottom: -20px;
}