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

body { background: #fff; font-family: 'Montserrat', sans-serif; }
h1 { margin: 25px 0; color: #455765; font-size: 48px; font-weight: 700; }
h2 { margin: 0; color: #a8997a; font-weight: 600; font-size: 28px; }
h3 { margin: 10px 0; color: #455765; font-weight: 500; font-size: 22px; }
a { margin-top: 25px; display: block; color: #455765; text-decoration: underline; }
a:hover { color: #a8997a; }
img { width: 150px; }
.content { position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); text-align: center; }
.tracker { display: none !important; }