@font-face {
    font-family: 'CourierNew';
    src: url('courbd.ttf');
}
body {
    padding: 35px 0;
    overflow-x: hidden;
    font-size: 18px;
}
.box {
    box-shadow: 0 0 5px black;
    padding: 50px 30px;
}
.title {
    display: block;
    font-weight: normal;
    margin-top: 45px;
    font-size: 35px;
    color: #0898EB;
}
.clear {
    clear: both;
}
.text-center {
    text-align: center;
}
.buynow {
    display: inline-block;
    background-color: yellow;
    color: #c00000;
    padding: 10px 30px;
    text-decoration: none;
    box-shadow: 0 0 5px yellow;
    border-radius: 10px;
    font-weight: bold;
    margin: 20px 0;
}
.buynow:hover {
    text-decoration: none;
    background-color: #2f7ec1;
    color: #fff;
    font-family: 'CourierNew';

}
.margin-box {
    margin-top: 50px;
    font-family: 'CourierNew';
}
.pls {
    font-size: 22px;
    clear: both;
    margin-left: 100px;
}
u {
    font-weight: bold;
}
p {
    font-family: 'CourierNew';
    font-weight: 600;
}