p {
    color: #2c51b6;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: #f0f0f0;
    border: 1px solid #2c51b6;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}