* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 1.5rem;
    color: #f1f1f1;
}