@charset "UTF-8";
@import url("https://use.typekit.net/taa5qlj.css");
.footer-p {
    color: #bfc9d3;
}
.second-section {
    background-color: #bfc9d3;
}
.second-section-image {
    width: 80%;
    height: auto;
    max-width: 140px;
}
.second-div-image {
    width: 50px;
    height: auto;
}
body {
	
font-family: open-sans, arial, helvetica, sans-serif;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
a {
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
html {
    font-size: 18px;
	scroll-behavior: smooth;
}
