@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Playwrite+AU+SA:wght@100..400&family=Staatliches&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Oswald:wght@200..700&family=Playwrite+AU+SA:wght@100..400&family=Staatliches&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Oswald:wght@200..700&family=Playwrite+AU+SA:wght@100..400&family=Staatliches&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Oswald:wght@200..700&family=Playwrite+AU+SA:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Staatliches&display=swap');

html,
body {
    height: 100%;
    margin: 0;
}


body {
    background: url('images/car_crash.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}


h1 {
    color: white;
    font-size: 3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@font-face {
    font-family: 'Blade2';
    src: url('/fonts/Blade 2.ttf') format('truetype');
}

.button-home {
    background-color: #f8872a;
    /*#E88862 */
    border: 5px solid #295C6D;
    /*font-family: "DM Serif Display", seri;*/
    /* font-family: "Oswald", sans-serif; */
    font-family: "DM Serif Display", serif;
    font-weight: bold;
    color: black;
    height: 60px;
    font-size: 40px;
    margin-top: auto;
    border-radius: 10px;
    position: absolute;
    bottom: 10%;
    /* Position 10% from the bottom */
    left: 50%;
    /* Center horizontally */
    transform: translateX(-50%);
    /* Adjust to exact center */
}