body {
    background-color: #fff;
}
nav {
    margin: 0 6rem;
    border-bottom: 1px solid #d7d7d7;
}
nav a {
    color: #2c2b2b;
    text-decoration: none;
}
nav a h1 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.9rem;
    letter-spacing: 1px;
}
.logo {
    margin-right: 7px;
}
.logo img {
    display: block;
}
.container {
    margin-top: 2rem;
    margin-left: 6rem;
    margin-right: 6rem;
}
.container h1 {
    color: #2c2b2b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.6rem;
}
.container h3 {
    color: #2c2b2b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}
.container p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.1rem;
}
.container .images {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .images img {
    max-width: 330px;
    box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.75);
}
.extension-button-area {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.extension-button-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background: #426ddd;
    box-shadow: 0 0 0 rgb(82 95 127 / 3%), 0 2px 5px rgb(49 49 93 / 10%), 0 1px 2px rgb(0 0 0 / 0%);
    border-radius: 30.5px;
    height: 55px;
    color: #ffffff;
    transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    padding: 0 78px;
    border: none;
    text-decoration: none;
}
.extension-button-area a .browser-icon {
    margin-right: 1rem;
    max-width: 25px;
    max-height: 26px;
}
.extension-button-area .button-text {
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: normal;
    font-size: 17px;
    text-align: center;
    color: #fff;
}
.description {
    margin-top: 2rem;
    text-align: center;
}
.description p {
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    font-size: 19px;
    text-align: center;
    color: #667177;
}
.footer-links {
    margin-top: 3rem;
}
footer .footer-links ul {
    display: flex;
    padding-left: 6rem;
    font-size: .9rem;
    line-height: 3rem;
    margin-right: 1.5rem;
    width: initial;
    list-style-type: none;
}
footer .footer-links ul li {
    margin-right: 1rem;
    text-decoration: none;
}
footer .footer-links ul li a {
    color: #444746;
    text-decoration: none;
}
footer .footer-links ul li a:hover {
    color: #000000;
}
