.link-object {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    padding : 20px;
    justify-content: space-around;

}
.button {
  background-color: #16162e;
  color: white;
  padding: 64px 128px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}


body {
    text-align: center ;
    font-family: Righteous;
    overflow: auto;
    margin: 0;
    padding: 0;
}

canvas {
  display: block;
}
