﻿body {
    background-image: url('images/edukare_bg.webp');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #a3c6cd;
}

.body-content {
    padding: 150px 20px 50px 20px;
}

.fluent-messagebar-message {
    color: maroon;
}

@media (max-width: 600px) {
    body {
        background-size: cover;
        background-position-x:center;
    }

    .body-content {
        padding: calc(50dh - 250px) 20px 50px 20px;
    }
}
