*{
    margin:0;
    padding:0;
}
html, body{
    height:100%
}
body{
    background-color: #0c0129;
    background-image:url(images/coding.jpg);
    background-position:center;
    background-size:cover;
    background-blend-mode:soft-light;
}
/* .heading{
    width:600px;
    height:300px;
    margin:auto;
    position:absolute;
    top:0px; bottom:0px; right:0px; left:0px;
} */
.title1{
    display: block;
    text-align: center;
    color:white;
    font-size:60pt;
    font-family:big john;
}
.title2{
    display:block;
    margin-top:15px;
    text-align: center;
    color: white;
    font-size:14pt;
    font-family:serif;
}
.order{
    margin: 50px auto;
    display:block;
    width:180px;
    height:50px;
    border: 3px solid white;
    background-color: rgba(255,255,255,0);
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 5px;

    transition: background-color 1000ms, color 1000ms
}
.order:hover{
    background-color: rgba(255,255,255,1);
    color: #222;
    cursor: pointer;

    transition: background-color 1000ms, color 1000ms

}
h2{
    color: white;
}

h3{
    color: white;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}