* {
    box-sizing: border-box;
}

h1 {
    font-family: arial;
    color: rgb( 11, 86, 117 );
}

body {
    background-repeat: no-repeat;
    font-family: arial;
    background-color: rgb( 154, 205, 237 );
    color: rgb( 28, 78, 104 );
}

button.completa{
    font-family: arial;
    font-size: 12px;
    right: 5px;
    position:absolute;
    text-align: right;
    bottom: 5px;
    width: fit-content;
}

/* Links */
a {
    text-decoration: none;
}
a:link {
    color: rgb( 233, 73, 154 );
}
a:visited {
    color: rgb( 110, 30, 71 );
}
a:hover {
    color: rgb( 252, 207, 230 );
}

.love-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  width: 100%;
  height: 100vh;
}

/* the canvas *must not* have any border or padding, or mouse coords will be wrong */
#canvas {
    padding-right: 0;
    align-self: center;
    display: display;
    border: 0px none;
    visibility: hidden;
}
