@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

html * {
   color: #000 !important;
   font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-size: 40px;
    line-height: 80px;
}

h2 {
    margin: 10px 0;
}

a {
    text-decoration: none;
    font-size: 20px;
}

.wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 5em auto;
    line-height: 30px;
}
