﻿html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }

@-ms-viewport {
width: device-width; }

.vh-100 {
height: 100vh; }

.headline {
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 3rem;
font-weight: 700;
line-height: 1.1;
letter-spacing: 1px;
color: #ffffff;
text-align: center;
margin: 0 20px 20px 20px; }

.copy {
font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #ffffff;
text-align: center; }

.btn {
margin-top: 70px;
background-color: #c94d23;
border: none;
color: #ffffff;
padding: 15px 32px;
text-align: center;
display: inline-block;
font-size: 16px;
border-radius: 0; }

.btn:hover {
color: #ffffff;
background-color: #ea5822;
border-color: none; }