/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
    background-image: url('/Resources/Socom.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    align-content: center;
    vertical-align: middle;
    text-align: center;
}

.container{
    text-align: center;
    height: 100%;
    max-width: 700;
    width: 100%;
    align-content: center;
    display: inline-flex;
}

.card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 95%;
    background-color: rgba(0,0,0,0.7) !important;
    border: 3px solid gray;
    border-radius: 20px;
}

.card-header h3 {
    color: white;
}

.card-body h2 {
    color: gray;
}

.card-body h2 span {
    color: white;
}

.card-footer {
    align-content: center;
    color: gray;
}
