@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
body{
    background-image: url("https://res.cloudinary.com/aenetworks/image/upload/c_fill,ar_2,w_3840,h_1920,g_auto/dpr_auto/f_auto/q_auto:eco/v1/battle-of-gettysburg-gettyimages-3433799?_a=BAVAZGDX0");
    background-size: cover;
    user-select: none;
    background-repeat: no-repeat;
    background-size: 1920px 1080px;
}
h1{
    color: white;
    font-size: 50px;
    text-align: center;
    font-family: 'Cal Sans';
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: black;
}
p{
    text-align: center;
    font-family: 'Cal Sans';
}