@import 'https://fonts.googleapis.com/css?family=Jomhuria';
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

h1 {
    font-size: 120px;
    letter-spacing: 10px;
    font-style: italic;
    color: #0472C1;
}

h2 {
    font-weight: bold;
    font-size: 28px;
}

p {
    line-height: 1.5;
    font-size: 16px;
}

.bold {
    font-weight: bold;
    font-size: 20px;
}

.blue {
    color: #0472c1;
    margin: 20px 0;
    display: block;
}

.buy-now {
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    background-color: #f1ec63;
    padding: 10px 20px;
    color: red;
    margin: 20px 0;
}

.buy-now:hover {
    font-size: 25px;
    background-color: red;
    padding: 10px 20px;
    color: #fff;
}

.discovery {
    color: #0472c1;
    margin-bottom: 1em;
}

.heading {
    font-size: 50px;
    font-weight: bold;
}