html, body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    /*overscroll-behavior-x: none;*/
    overflow-x: hidden; 
    }

body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;    
    margin: 0;
    }

.container {
    text-align: center;
    margin-top: 50px;
}

.notes-container {
    margin: 16px;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
}

.links-left {
    flex: 1;
    text-align: right;
}

.links-right {
    flex: 1;
    text-align: left;
}

a {
    color: blue;
}

a:hover {
    background-color: blue;
    color: white;
}
