@font-face {
    font-family: "Spooked";
    src: url("fonts/October Crow.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #4b0082;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, p {
    font-family: "Spooked", sans-serif;
    color: #ff7518;
    font-weight: bold;
}

p {
    font-size: 18px;
}

h1 {
    font-size: 40px;
}

.container {
    text-align: center;
    background-color: #1a0b1e;
    border-radius: 30px;
    width: 90%;
    max-width: 1050px;
    padding: 20px;
    box-sizing: border-box;
}
