@font-face {
    font-family: "spaceage";
    src: url("/assets/webfonts/spaceage.ttf");
}
*{
    text-decoration: none;
}

body {
    background-image: url("/assets/css/images/stargate_stellar_map_1920x1080_dark.jpg");
    background-color: #000000;
}
.spaceage {
    font-family: 'spaceage', Verdana;
    padding: 10px 0px;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    color: white;
    text-shadow: 0px 2px 3px black;
    white-space: nowrap;
}
.heading{
    padding: 10px 0px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    color: white;
    text-shadow: 0px 2px 3px black;
}
.first-btn-sty {
    text-align: center;
    font-size: 17px;
    color: white !important;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
}
.ins-box{
    width: 100%;
    height: auto;
    margin: 15px auto;
    padding: 30px 10px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 2px 1px gray;
}
.v-set td, th{
    vertical-align: middle !important;
    text-align: center;
}
.youtube-video-r{
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}
.youtube-video-r iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.all-v-btn{
    padding: 8px;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 25px;   
}
.all-v-btn a{
    color: black !important;
    transition: all 1s ease-in-out;
}
.all-v-btn:hover a{
    color: white !important;
}