/**
 * Theme Name: Travel Blog
 * Description: Travel Leads websites.
 * Author: Russell Pinnington
 */

.uppercase {
    text-transform: uppercase;
}

.rounded {
    border-radius: 20px;
    overflow: hidden;
}

.justify {
    text-align: justify;
}
