.menu_btn {
    position: relative;
    z-index: 10;
    background-color: #00000000;
    border-color: #00000000;
    margin-top: 30px;
    margin-left: 10px;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: grid;
    place-content: center;
    background-color: #161212;
    justify-content: center;
    z-index: 2;
}

.noscroll,
.noscroll body {
  overflow: hidden;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2.3rem;
    color: #fff;
    font-family: 'Secular One', sans-serif;
}

.menu li {
    margin-bottom: 30px;
}

.menu a {
    color: #fff ;
}
