.head-title {
    position: absolute;
    top: 15%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    direction: rtl;
    width: 60%;
    left: calc(20% - 7px);
    border: 5px solid black;
}

.head-title p {
    font-style: inherit;
    font-size: xx-large;
    font-weight: bolder;
    color: black;
}

.head-title span {
    color: grey;
}