body{
    background-color: rgb(235, 231, 231);
}
.Title{
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    align-items: center;
    font-size: 30px;
}
