body,
html {
    font-family: "-apple-system", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    /* background-color: #080708; */
    margin: 0px;
    padding: 0px;
    background-color: black;
}

img {
    display: block;
    /* width: 100%; */
}

a {
    color: white;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 8px;
    padding: 0;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}