body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}
 

h1 {
    font-size: 3.5rem;
    color: rgb(227, 111, 111);
}