html {
    zoom: 100% !important;
}

body
{
    height: 100%;
    width: 100%;
    background-color: black;
     overflow: hidden;

}

main

{
    height: 100vh;
    display: flex;
   overflow: hidden;
   z-index: 20;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
#schl-tilte-text h6
{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 33%;
    font-size: 1.2rem;
    color: #f0ffff8a;

}
#schl-tilte img
{
    width: 25%;
    position: absolute;
    left: 47%;
    top: 4%;
    object-fit: cover;
    transform: translateX(-50%);
    z-index: 1;
}
#image-bg
{
    height: 100%;
    z-index: -2;
    height: 100;
    position: absolute;

}
#schoolBack
{
    height: 100%;
    width: 100%;
    opacity: .3;
    background-repeat: repeat-x;
    object-fit: cover;
}

#error{
    display: none;
    width: 100%;
    z-index: 233;
    position: absolute;
    /* background: #eb040487; */
    top: 20%;
    color: aliceblue;
    text-align: center;
}

#error img
{
    height: 100%;
    width: 100%;
}
#error p
{
    padding: 0px 2% 4% 2%;
    font-size: 1.1rem
}
#error a
{
    color: #d6d6d6;
    border-radius: 500px;
    padding: 4% 12%;
    text-decoration: none;
    background-color: #f93306;
}

html {
    zoom: 100% !important;
}
