@import url("https://www.nerdfonts.com/assets/css/webfont.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {
    background-color: #2d353b; /* Dark background color */
    color: #d3c6aa; /* Text color */
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

.symbol {
    font-size: 7em;
    margin-bottom: 30px;
}

h1 {
    font-family: "Roboto Slab";
    font-size: 3em;
    margin: 0;
}

