﻿
#public-app {
   /* position: absolute;
    top: 115px;
    left: 62px;*/
    min-height: 80vh;
    padding: 50px;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnPjxwYXRoIGZpbGw9JyM5QzkyQUMnIGZpbGwtb3BhY2l0eT0nLjQnIGQ9J00xIDNoMXYxSDFWM3ptMi0yaDF2MUgzVjF6Jy8+PC9zdmc+);
}

#pubcanvas {
    position: absolute;
    top: 115px;
    left: 2px;
}

.public-card {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    color: rgb(211, 211, 211);
    border: 1px solid rgb(65, 65, 70);
    background-color: rgb(43, 44, 47);
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 10px 0px;
    padding: 1rem 2rem;
    position: relative;
    margin-bottom: 50px;
}

.public-card-block {
    padding-top: 20px;
}

.public-large-font {
    font-size: 2rem;
}

public-canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 500px) {
    #public-app {
        padding: 10px;
        /*left: 12px;*/
    }

    .public-card {
        margin-bottom: 10px;
    }

    .public-card-block {
        padding-top: 10px;
    }
}
