/*Screen1=========================================================*/
#screen1 {
    display: none;
    background-color: #63255a;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
}
/*End of Screen1==================================================*/