
.pi{
    font-family: "Comfortaa", sans-serif;
    user-select: text;

    white-space: pre-wrap;       /* Preserves spaces/newlines but wraps */
    overflow-wrap: break-word;  /* Breaks long words if necessary [2, 3] */
        
    max-height: 90vh;           /* Limits height to viewport */

    padding:5px;
}

h1{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    cursor: default;
    user-select: none;
}

h3{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: x-large;
    padding: 0px;
    margin: 10px;
    cursor: default;
    user-select: none;
}


a{
    color:blue;
}

body{
    user-select: none;
    overflow-x: hidden;
}
