@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    background-color: #000000;
    margin: 0px;
}
.error-page{
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    img{
        transform: scale(0.8);
    }
    span{
        color: #f5f5f5;
        font-family: Montserrat;
    }
}