/* Add styles here */
* {
    box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    font-family: monospace;
}
.bg{
    background: url('https://images.wallpaperscraft.com/image/single/car_sports_car_neon_157154_1400x1050.jpg')
    no-repeat center center/cover;
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100vw + 60px);
    height: calc(100vh + 60px);
    z-index: -1;
    filter: blur(0px);
}
.loading-text{
    font-size: 58px;
    color: #fff;
}