@font-face {
    font-family: 'Determination Mono';
    src: url('https://device-contact-ins.neocities.org/fonts/determination-mono-web-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-family: 'Determination Mono', monospace;
    overflow: hidden;
}

.content {
    width: 90%;
    max-width: 1000px;
    padding: 30px; 
    text-align: center;
}

h1, p {
    color: white;
    font-weight: normal;
    text-align: center;
}
