@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background: #F5F3F1;
    color: #404040;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}

.headerSection {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    margin-bottom: 20px;
}
.headerSection a.goBack {
    position: absolute;
    top: 16px;
    left: 15px;
    display: flex;
}
.headerSection h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}

.raitingInfo svg {
    cursor: pointer;
}
.fullStar svg path {
    fill: rgb(242, 171, 88);
    stroke: rgb(242, 171, 88);
}





