body{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
h1{
    color: brown;
}