:root{
    --main-Color-bg:#ebebeb;
    --main-Color-bg-2: #032954;
    --main-color-secondary-1: #db7100;
    --main-color-secondary-2: #00a600; 
}

body{
    background: url(../Assets/Imges/BackgroundAttachments/background_attachment3.webp);
    background-size: cover;
}

.Coll_notice img{
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
    object-position: center;
}


.Nuframe{
    width: 80%;
    height: 100vh;
    overflow: hidden;
    margin: 20px auto;
    /* border: 1px solid black; */
    border-radius: 20px;
    box-shadow: 2px 2px 20px 0px black;
}
.Nuframe iframe{
    width: 100%;
    height: 100%;
    text-align: center;
}


@media screen and (max-width:768px){
    .Nuframe{
        width: 93%;
    }
}

