main{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

h1{
    font-family:monospace ;
    font-weight: bold;
    color: black;
    text-align: center;
}
p{
    font-family: monospace;
    color: rgb(55, 55, 55);
    text-align: center;
}