
@font-face {
    font-family: 'Comic Neue';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comicneue/v9/4UaHrEJDsxBrF37olUeD96rp5w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

img.a {
    vertical-align: top;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;

    margin-right: auto;
    margin-left: auto;
}

.frame{
    border-radius: 10px;
    border: 2px solid transparent;
    background-color: #b3b3b3;
    padding: 2px;

}
.frame-default {
    background-color: #b3b3b3;

    border-color: #6c6c6c;
}
.navbar {
    border-radius: 10px;

}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 2px solid transparent;
}
.navbar-default {
    background-color: #b3b3b3;

    border-color: #6c6c6c;
}

.button {
    border: none;

    padding: 15px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button1 {
    background-color: #b3b3b3;

    color: #6c6c6c;
}

.TextContentFrame{
    padding: 8px;
    border-radius: 10px;
    width:450px;

    background:lightgray;
    display: inline-block;
    border: 2px solid transparent;

}

.TextContentFrame-default{
    border-color: #6c6c6c;
}


.MailFrame{


    border-radius: 10px;
    background:lightgray;
    border: 2px solid transparent;
    display: inline-block;
}
.MailFrame-default{
    border-color: #6c6c6c;
    padding: 5px;

}
.Block{
    display: inline-block;
}

.layer {
     width: 500px;
    gap: 15px;


    display: flex;
    align-items: start;
    justify-content: left;
    padding-bottom: 20px;

}



.paragraph1 {
    font-size: 18px;
}


.table-bordered {
    width: 100%;
    border-collapse: collapse; /* This is key for clean, single borders */
    font-family: sans-serif;
    font-size: 0.9rem;
}

.table-bordered thead {
    /* A subtle background color for the header */
    background-color: #f2f2f2;
}

.table-bordered th,
.table-bordered td {
    /* The border around each cell */
    border: 1px solid #6c6c6c;

    text-align: left;
    padding: 8px; /* Standard padding */
}
#overlay {
    position: fixed;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("imgs/noise.gif");

    z-index: -1;
    cursor: pointer;

}
body {
    font-family: "Comic Neue";
    background-image: url("imgs/bg.png");

    background-repeat: no-repeat;
    background-size: cover;
}

