@font-face {
    font-family: "NintendoDS";
    src: url("fonts/Nintendo-DS-BIOS.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "NintendoDS", Arial, sans-serif;
    background: linear-gradient(to bottom, #ffffff 0%, #CDCDCD 100%);
}

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

.logo {
    max-width: 800px;
    width: 75%;
    height: auto;
}

.logo-text {
    font-size: 2.5rem;
    color: #333;
}