.right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right h1 {
    color: #000;
    font-size: 3rem;
    font-weight: 300;
}

.right p {
    width: 90%;
    font-size: 1.5rem;
    width: 90%;
    text-indent: 30px;
    margin-top: 20px;
    line-height: 25px;
}

.right p span {
    font-size: 1.8rem;
    margin-right: 30px;
    font-weight: 900;
}

.right .top {
    margin-top: 0;
}

.right .top .a {
    font-size: 1.5rem;
    margin-right: 30px;
    font-weight: normal;
}

.right .top .slesh {
    font-size: 1.5rem;
    margin-left: 30px;
    font-weight: normal;
}

