@import url("https://use.typekit.net/dnl0aot.css");
html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: none;
    font-family: basic-sans, sans-serif;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: rgb(193, 193, 193);
}

.flex-container {
    margin: -5px;
    padding: none;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
}

.flex-item {
    position: relative;
    width: 12.5%;
    height: 12.5%;
    padding: 5px;
}

.flex-item::before {
    content: '';
    float: left;
    padding-top: 100%;
}

.zoom {
    transition: transform .2s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.8);
    z-index: 8;
}

.home {
    padding-bottom: 30px;
}

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

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

p {
    line-height: 5em;
    font-size: 17.5px;
    font-weight: 400;
}