@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

html,
body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body {
    font-family: 'Muli', sans-serif;
    /* overflow: hidden; */
    width: 100%;
    height: 100%;
    margin: 0;
    background: #222;
    /* height: 100vh; */
    color: #fff8d5;
    /* display: flex; */
    /* justify-content: center; */
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

button {
    border: none;
    background: transparent;
    cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

input,
textarea {
    outline: none;
}

footer {
    position: relative;
    width: 100%;
}


/* .container {
  display: grid;
  height: 100%;
  width: 100%;
} */

/* .item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
} */

.hidden {
    display: none;
}
