* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scrollbar-width: none;
    scroll-behavior: smooth;
    font-family: var(--font-title);
    font-weight: normal;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: white;
    animation: all 3s ease-in-out;
}


a, a:visited, a:active {
    text-decoration: none;
    color: #274380;
}

