body, html , p{
    font-family: Helvetica;
    font-size:16px;
}
img {
    max-width: 100%;
    border: 1px solid black;
    border-radius: 5px;
}
a {
    color: #10bf9b;
}
button {
    font-size: 150%;
}
input {
    max-width: 40px;
    margin-left:3px;
    margin-right: 10px;
}
li {
    margin-top: 5px;
}
.container {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.message {
    display:block;
    color: grey;
    margin-bottom:5px;
}

canvas {
    border: 1px solid black;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}
