.block-template {
    /* border-top: 2p solid radial-gradient(ellipse at top, #ED3535, #facbcb);*/
    border-image: radial-gradient(at center,
            rgba(245, 25, 25, 1),
            rgba(243, 31, 31, 0.01));
    border-image-slice: 1;
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 100%;
    display: grid;
    grid-template-columns: [line1] 100%;
    grid-template-rows: [row1] 5vh [row2] auto [row3] 5vh;
}

.temp {
    backdrop-filter: blur(10px);
}

.block-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 5vh;
}

.block-header .block-title {
    border: 1px solid #FFFFFF;
    /* box-shadow: 0px 6px 9px rgba(255, 255, 255, 0.7);*/
    border-width: 2px;
    border-style: solid;
    border-left: none;
    border-right: none;
    border-top: none;
}

.block-header .block-title h2 {
    color: #fff;
}

.block-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /* height: 70vh; */
}

.block-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}


.background {
    position: absolute;
    z-index: 9;
    top: -80px;
    left: 30vw;
    width: 10px;
    height: 10px;
}

.background .background-box {
    width: 500px;
    height: 250px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: 220px;
    left: -300px;
}

.background .background-box1 {
    width: 600px;
    height: 200px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -10px;
    left: 330px;
}

.background .background-box2 {
    width: 300px;
    height: 150px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -50px;
    left: 150px;
}

.background .background-box3 {
    width: 400px;
    height: 270px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -100px;
    left: -200px;
}

.background .background-box4 {
    width: 200px;
    height: 400px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -500px;
    left: 600px;
}

.background .background-box5 {
    width: 800px;
    height: 150px;
    display: block;
    position: relative;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -670px;
    left: -55px;
}
/*
.background::before {
    content: "before";
    width: 100px;
    display: block;
    position: relative;
    opacity: 0.9;
    height: 100px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
    background-position: center center;
    top: -100px;
}

.background::after {
    content: "after";
    content: "before";
    position: relative;
    top: 100px;
    width: 100px;
    display: block;
    height: 100px;
    opacity: 0.9;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 1px #F40000;
}
*/