body {
    background-color: #1a1a1a;
    max-width: 60em !important;
    margin: 0 auto !important;
    color: #F8F8F8;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: inherit;
    text-decoration: none
}


footer h4 {
    font-size: 	1.5rem;
}

footer a{
    font-weight: lighter !important;
    font-family: 'Montserrat', sans-serif !important;
}

footer p{
    font-weight: normal; !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9375em;
    color: #D3D3D3;
    line-height: 0.5px;
}


legend {
    display: block;
    width: auto;
    padding: 0 2px;
    margin-bottom: 0;
    line-height: inherit;
    border: auto;
    border-bottom: none;
}

fieldset {
    border: 1px groove threedface;
    padding: 5px;
}

.wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}


fieldset {
    width: 75%;
    height: 70%;
    margin-top: .7em;
    transform: rotate3d(0, 0, 1, 180deg);
    border: 1px solid white;
}

legend {
    font-size: 1em;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
}
legend,
fieldset .text-center {
    display: block;
    transform: rotate3d(0, 0, 1, 180deg);
    color: white;
    padding: 0 1.5em;
    margin-top: 20px;
}
legend span {
    color: inherit;
}
fieldset .text {
    height: 100%;
}
fieldset .text h1 {
    padding: .3em 0;
    text-align: center;
}
fieldset .text p {
    line-height: 1;
}
.mt-150 {
    margin-top: 250px;
}


.ml-10 {
    margin-left: 10rem !important;
}

@media (max-width: 768px) {
    .mt-150 {
        margin-top: 70px;
    }

    fieldset {
        width: 80%;
    }

    .ml-10 {
        margin-left: 0rem;
    }
}
