* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container {
    text-align: center;
    padding: 40px;
}

h1 { 
    font-size: 3rem; 
    margin-bottom: 20px; 
    font-weight: bold; 
}