* {
    font-family: 'Tajawal', sans-serif;
}

.screenshots {
    text-align: center;
    margin-top: 50px;
}

.screenshot {
    width: 10vw;
    border-radius: 6px;
    margin: auto 5px;
    box-shadow: 0px 0px 5px #00000020;
}

.downloadIcon {
    width: 20px;
    position: relative;
    top: -2px;
}

.review {
    margin-bottom: 50px;
}

.stars {
    text-align: left;
    width: 49%;
    display: inline-block;
}

.reviewerName {
    text-align: right;
    width: 49%;
    display: inline-block;
    color: #ffffff80;
}

.reviewText {
    text-align: right;
}

