body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

a:link {
    text-decoration: none;
    color: #ccc;
    }
    a:visited {
    color: #808080;
    }
    a:hover {
    color: #8ebf42;
    }
    a:active {
    color: #800000;
    }

canvas {
    display: block;
}

.upload {
    width: 10em;
    height: 10em;
    background: rgba(128, 128, 128, 0.5);
    margin:2em;
    position: fixed;
    border-radius: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.upload input {
    width: 100%;
    height: 100%;
    opacity: 0; /* Hide the button */
    cursor: pointer;
    border-radius: 100%;
}

.upload p {
    font-family: "vtf_gulaxregular", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #fff;
    font-size: .8em;
    position: absolute;
    top: 30%;
    width: 100%;
}

#screenshot {
    bottom: 10em;
}

#carcan-container p {
    font-family: "vtf_gulaxregular", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    display: inline-block;
}

#carcan-container {
    padding-left: 1em;
    position: absolute;
    background: rgba(128, 128, 128, 0.5);
    color: #fff;
    width: 100%;
    top: 0;
}

#copyright {
    position: absolute;
    background: rgba(128, 128, 128, 0.5);
    color: #fff;
    width: 100%;
    bottom: 0;
}

#copyright p {
    font-family: "vtf_gulaxregular", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    margin: 0;
    text-align: center;
}

#remove_carcan, #add_carcan {
    padding: 0 10px;
    font-size: 25px;
    display: inline-block;
    font-family: Arial, serif;
    cursor: pointer;
}