body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
    font-size: 36px;
    color: #ec1010;
    text-align: center;
    margin-bottom: 20px;
}
