html,body{
    background-image: url('../img/main_image.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.main-panel{
    background-color: transparent !important;
}