* {
    box-sizing: border-box;
}
canvas {
  border: 3px solid white;
  margin: auto auto auto;
    margin-top: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

body {
    background-color: black;
}