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

body {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

#content {
    background: url("../images/background.jpeg");
    background-size: cover;
    cursor: none;
}

#content h1{
    font-family: 'Open Sans', sans-serif;
    -webkit-text-stroke: 2px black;
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20em;
    text-align: center;
}