.sixtyfour-convergence-custom {
  font-family: "Sixtyfour Convergence", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0,
    "XELA" 0,
    "YELA" 0;
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
    font-family: "Segoe UI Symbols", "DejaVu Sans", sans-serif;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
}

body {
    font-family: "Sixtyfour Convergence", sans-serif;
    background-color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}
