*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

body{
    background-color: #ffffff;
    color: #333;
    font-size: 14px;
    height: 100vh;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    color: #e5e5e5;
    position: fixed;
    width: 100%;
    height: 45px;
    top: 0;
    z-index: 5;
}



