@font-face {
    font-family: Handwriting;
    src: url(../Styles/Fonts/Nevermindhand/NeverMindHand-Medium.woff) format(woff);
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    padding: 40px;
}

.reviews-container {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.review {
    font-family: Handwriting;
    letter-spacing: 2px;
    font-size: small;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    display: none;
    line-height: 1.6;
    /* IMPORTANT */
}

.load-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loadMore {
    font-family: 'Franklin_gothic_medium_server', 'Arial_narrow_server', 'Arial_server', 'Sans_serif_server';
    background-color: rgb(174, 174, 174);
    padding: 13px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 20px;
    letter-spacing: 1px;
    width: 50%;
    margin-bottom: 50px;
}

#loadMore:hover {
    background-color: rgb(35, 34, 34);
    color: white;
}