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

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

.title {
    height: 90vh;
    justify-content: center;
    display: flex;
    align-items: center;
}