
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    transition: background-color 0.2s ease-in-out;
}

#center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #000;
    transition: color 0.2s ease-in-out;
}

h1 {
    font-size: 4em;
    margin: 0;
}

p {
    font-size: 1.5em;
    margin: 0;
}
