@font-face {
    font-family: Agave;
    src: url(./AgaveNerdFontPropo-Regular);
}

body {
    background: #121212 url('tex.jpg');
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

h1 {
    font-family: Agave;
    color: #ffffff;
    font-size: 2rem;
}

h1 > span {
    color: peru;
}
