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

h1 {
    font-family: 'caveat';
    font-size: 72px;
    color: 'red';
}

body {
    background-color: black;
}

.title {
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
    text-shadow: 4px 4px #00000045;
    background-image: url('./assets/backdrop.jpg');
    background-size: cover;
}