* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

::selection {
    background-color: #300d0a;
    color: white;
}

button {
    outline: none;
    border: none;
}