.right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right h1 {
    font-size: 2.5rem;
    color: red;
}

.right p {
    margin-top: 20px;
    font-size: 1.5rem;
    width: 90%;
    line-height: 25px;
    text-indent: 30px;
    text-align: start;
}