@font-face {
    font-family: 'zabras';
    src: url('../fonts/zabars.ttf');
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;
    width: 100%;
    background-image: url('../img/desert.jpg');
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'zabras', Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 3px #ffffff;
    letter-spacing: 1px;
    cursor: default;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 44px;
}

p,
a {
    font-size: 24px;
    color: black;
    text-decoration: none;
}