body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
    overflow: hidden;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("greypat.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


.logo{
    width: 80%;
    user-select: none;
}

.action-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-image: url("pop.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1em;
}

.button {
    border: none;
    color: white;
    padding: 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 12em;
    margin: 0.5em;
    max-width: 80%;
}

.digital {
    background-color: #3fb0ac;
}

.components {
    background-color: #E2341D;
}

