h1 {
    font-family: 'Open Sans', sans-serif;
}
header {
    text-align: center;
}
.info {
    color: rgba(0, 0, 0, 0.6);
}
.javelinimg {
    width: 120px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

}
.download {
    background-color: #0066b8;
    width: 60%;
    max-width: 200px;
    list-style: none;
    text-decoration: none;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
    color: white;
}
.logo1 {
    width: 30px;
    display: inline;  
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: -10px;
 
}
.in {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    
}
figure {
    margin-top: 40px;
}
hr {
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    height: 2px;
    width: 95%;
    margin-bottom: 50px;
}
.in2 {
    display: inline-block;
    margin-left: 35px;
    margin-bottom: 20px;
}
.info2 {
    text-align: center;
    font-family: poppins;
    font-size: 13px;
    color:rgba(0, 0, 0, 0.6);
}


/*For the footer*/


footer {
background-color: black;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
width: 100%;
margin-top: 20px;
}

.footer .row{
width: 40%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
margin: auto auto;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:left;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
.leather {
    background:rgba(0, 0, 0, 0.1);
    justify-content: center;
}
.white {
    width: 90%;
    background-color: white;
    margin: auto auto;
    margin-top: 100px;
    border-radius: 5px;
    max-width: 400px;
   
}
.white h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding-top: 10px;

}
.leather .wrap {
    width: 90%;
    margin: auto auto;
}
.ver {
    display: inline-block;
    font-size: 20px;
    width: 33.33%;
}
.price {
    display: inline-block;
    font-size: 20px;
    width: 33.33%;
    text-align: center;
}
.n {
    width: 33.33%;
    text-align: center;
    background-color: #0066b8;
    text-decoration: none;
    color: white;
    padding: 5px;
}
.v {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
}