@font-face {
    font-family: 'Apple San Francisco';
    src: url('SF-UI-Display-Regular.otf') format('opentype');
}

body {
    margin: 0;
    background-color: #e7e9e3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    font-family: Apple San Francisco;
}

img{
    max-width: 70%;
    max-height: 70%;
}

div{
    margin-top: 30px;
    font-size: 60px;
}

a {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    div{
        font-size: 30px;
    }
}
