@import url("https://use.typekit.net/dnl0aot.css");
body {
    scroll-behavior: smooth;
    font-family: agenda, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 40px;
    scroll-behavior: smooth;
}

.info {
    width: 70%;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 15%;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.container {
    margin: 0px;
    width: 100%;
    height: 350%;
    white-space: nowrap;
    padding-top: 10px;
}

.item {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    overflow-x: hidden;
}


/* Inline-block */

.inline {
    vertical-align: top;
    overflow-x: scroll;
}

.inline-item {
    display: inline-block;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: rgb(0, 140, 255);
}

a:visited {
    text-decoration: none;
    color: rgb(0, 140, 255);
}