﻿.content-main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.card {
    width: 300px;
    border: 0 !important;
}

.app {
    background-color: rgb(255, 255, 255);
}

.card-header {
    padding: 0 !important;
    background: #fff !important;
    border-bottom: 0 !important;
    padding-bottom: 60px !important;
}

.card .card-title {
    color: #fff;
    position: relative;
    font-size: 5em;
    font-weight: 900;
    margin-left: -5px;
    z-index: 1;
}

.card-img {
    position: absolute;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

html, body {
    overflow-x: hidden;
}

body {
    position: relative;
}


.card-footer {
    font-size: 1.25rem;
}