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