    div p{
        margin-top: 50px;
        color:rgb(227, 13, 13) ;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    div h1{
        margin-top: 50px;
        color:rgb(227, 13, 13) ;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    div a{
        margin: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }   