* {
    margin: 0;
    padding: 0;
}


html, body{
    background: #000;
    height: 100%;
}


header{
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}


.head-of-table {
    background-color: #046b00;
    border: 2px solid #046b00;
    border-radius: 7px 7px 0px 0px;
    padding: 7px 15px;
}

h1 {
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    user-select: none;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
}

a {
    color: #0fad0a;
    text-decoration: none;
}


a.url:hover{
    text-decoration: underline;
}


.icons{
    margin-right: 2%;
    margin-left: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    background: none;
}

.logo {
    margin-left: 30px;
    border: none;
    cursor: pointer;
}

.logo > svg {
    fill: #0fad0a;
    background: #000;
}

.wrapper{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}


.content{
    flex: 1 0 auto;
}


div.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

footer{
    color: #0fad0a;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1%;
}
