}

p {
    font-family: Verdana;
    font-size: 11px;
}

form {
    font-family: Verdana;
    font-size: 11px;
}

table,
th,
td {
    border: 1px solid black;
    border-radius: 10px;
}

table,
td,
th {
    border: 0px solid green;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
}

th {
    background-color: green;
    color: white;
    font-family: Verdana;
    font-size: 12px;
}

a {
    font-family: Verdana;
    font-size: 11px;
}

@font-face {
    font-family: Verdana;
    src: url('fonts/Verdana.ttf');
}

h1 {
    font-family: Verdana;
    font-size: 140;
    line-height: 30%;
}

h2 {
    font-family: Verdana;
    font-size: 110;
    line-height: 1%;
}

h3 {
    font-family: Verdana;
    font-size: 60;
    line-height: 20%;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;

}

.content {
    min-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0;
}

.background {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.top_block {
    width: 100%;
    display: block;
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
}

.left_block {
    display: block;
    float: left;
}

.right_block {
    display: block;
    float: right;
}

.center_block {
    display: block;
    width: auto;
}

.background.main {
    height: auto !important;
    padding-bottom: 0;
    left: 0;
    right: 0;

    margin-bottom: 70px;
}

.main {
    width: auto;
    height: auto;
    padding-bottom: 70px;
}

.bottom {
    width: 100%;
    height: 350px;

}