*{
    font-family: "Epunda Slab", serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

.navbar-shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.container{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 1400px;
    margin: auto;
}

@media (max-width: 1401px) {
    .container{
        width: 100%;
    }
}