@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "./home.css";
@import "./video.css";
@import "./quiz-done.css";

body {
    font-family: "Poppins", sans-serif;
    position: relative;
}

.body_orn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.progress {
    height: 0.5rem;
}

.back__btn {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.back__btn a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin: 0;
}

.back__btn img {
    width: 25px;
    margin-right: 5px;
}

@media screen and (max-width: 425px) {
    .body_orn {
        top: 150px;
        right: 0;
        width: 400px;
    }
}
