@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {

}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    padding-block: 1.4rem;
}

.container {
    width: calc(100% - 2rem);
    max-width: 1200px;
    margin-inline: auto;
}

hr {
    border: none;
    border-bottom: .2px solid rgba(128, 128, 128, 40%);
}

h1, h2, h3 {
 font-family: "Montserrat", sans-serif;
 letter-spacing: -5%;
 color: #3d3d3d;
}

h1 {
    margin-block: 22px 12px;
    font-size: 2.2rem;
}

h2 {
    font-size: 1.3rem;
    margin-block: 20px 5px;
    font-weight: 500;
    color: rgb(152, 218, 152);
}

h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-block: 16px 5px;
    color: rgb(43, 62, 145);
}

ul, p , span{
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.5;
}

ul {
    list-style-position: inside;
}

li {
    margin-bottom: 8px;
}

.socialLinks span{
    margin-right: 12px;
    margin-top: 14px;
}