@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;1,400&display=swap');

body {
    background-color: black;
    color: white;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style-type: square;
}

h1,
h2,
.center {
    text-align: center;
}

h1 {
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

.button {
    color: white;
    padding: 2px;
    border: dashed 1px white;
}

footer {
    color: grey;
}
