body{
    margin: 0px;
}
.main{
    display: none;
}
.noscript_container{
    width: 100vw;
    height: 100vh;
    display: flex;
    margin: 0px;
}
.noscript_text{
    background-color: #101522;
    height: fit-content;
    margin: auto;
    border-radius: 20px;
    padding: 1rem;
    text-align: center;
}
.noscript_text h1{
    color: #ca2933;
}
.noscript_text ul,
.noscript_text p{
    color: #ffffff;
}
.noscript_text ul{
    text-align: start;
}
