@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #efefef;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.container {
    font-weight: 600;
}
