* {
    margin: 0;
    padding: 0;
}

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


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


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


.content{
    flex: 1 0 auto;
}


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

}

input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer;
    padding: 0 10px 0 0;
    font-size: 20px;
}

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

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

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

button {
    background: none;
}

.icons{
    margin-right: 3%;
    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;
    white-space: nowrap;
}
