body{
    background-color:black;
}

h2{
    text-align: center;
}
h3{
    color:violet;
}
p{
    color: white;
    margin-left: 1px;
}
div {
    font-family: 'Arial';
    margin-top: -610px;
    padding: 2px;
    width: 300px;
}

canvas{
    background-color:black;
    opacity: 0.9;
    border-style: dotted;
    border-width: 3px;
    border-color: white;
    border-radius: 5px;
    margin-left: 250px;
}
