:root {
    background-color: #e9949b;
}

* {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;

    overflow-x: visible;
}

html, body {
    overscroll-behavior-x: none;

    background-color: #f2b2b6;
}

html {
    height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
}


main {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    overflow-x: hidden;
}

h1 {
    font-size: 1.3rem;
}

p {
    font-weight: 400;
}

.no-highlight {
    user-select: none;
}

*::-webkit-scrollbar {
    width: 0px;
}