


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}



:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}


input {
    max-width: 100%;
}

a,
button,
input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}



img {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}

