
body {

    background-color: #0b0b0b;

    color: #ffffff;

    font-family: 'Courier New', Courier, monospace;

    display: flex;

    justify-content: center;

    align-items: center;

    height: 100vh;

    margin: 0;

}

h1 {

    font-size: 2.5rem;

    font-weight: normal;

    letter-spacing: 2px;

}

.menu-bar {

    position: absolute;

    top: 30px;

    right: 30px;

    cursor: pointer;

}

.bar {

    width: 25px;

    height: 2px;

    background-color: white;

    margin: 6px 0;

}

