.container {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    /* I know you are looking at this */
    margin: 20px;
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}