body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: #F2F2F2;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

footer p {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}