@tailwind base;
@tailwind components;
@tailwind utilities;

body {
    background-color: #23252E;
    background-image: url('/static/images/main-bg.png');
    background-size: cover;
    font-family: "Philosopher", sans-serif;
    color: fff!important;
    margin: 0px;
    overflow-x: hidden;
    height: 100vh;
    font-size: 25px;
}

.error-container {
    margin-top: 5%;
}

.error-number {
    color: #fff;
    font-size: 190px;
    font-family: 'Times New Roman';
}

.error-message {
    font-family: 'Times New Roman';
}