h1 { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 100px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } p { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Futura, "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.57143px; }
body, html {
    height: 100%;
    background-image: url("alpaca_repair.jpg");
    background-size: cover;
    width: 100vw;
    height: 100vh;
    color: white;
}
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
h1 { -webkit-text-stroke: 3px black; }
