/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;1,500&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #264653;
}

h1 {
    font-size: 48px;
}

small {
    font-size: 14px;
}

p {
    font-size: 16px;
}

.buy-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 46px;
    background: #E76F51;
    border-radius: 5px;
}

.diff-text-color {
    color: #E76F51;
}

.gray-image {
    filter: grayscale(1);
}

.fa-star.filled {
    color: #E77C40;
}

.fa-star.empty {
    color: #AEAEAE;
}