#canvas {
    display: block;
    position: fixed;
    left: 0;
    top: 25px;
}

.dac-font {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dac-color {
    color: #3366CC;
}

.dac-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}