@import url('https://fonts.googleapis.com/css2?family=Oktah+Neue:wght@400;700&display=swap');

body {
    font-family: 'Oktah Neue', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}