﻿.thecard {
            width: 365px;
            height: 225px;
            display: flex;
            flex-direction: column;
            background: #49425A;
            border: 1px solid rgba(0,0,0,0.1);
            border-radius: 5px;
            box-shadow: 0px 4px 15px 1px rgba(0,0,0,0.3);
            text-shadow: 0 1px 0 rgba(0,0,0,1);
        }

        .top-card {
            display: flex;
        }

        .card-info {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 1rem;
            color: #EBF1EB;
            div;

        {
            margin: 0.3rem 0;
        }

        .card-number {
            font-size: 1.2rem;
            font-weight: 400;
            font-style: italic;
        }

        .card-cvc {
            float: right;
        }

        }

        .circle {
            width: 50px;
            height: 50px;
            margin: 20px;
            border-radius: 50%;
            background: #C54177;
            &:before;

        {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            margin: 15px 10px;
            border-radius: 50%;
            background: #E0BF73;
        }

        }

        .card-title {
            margin: 20px;
            margin-left: -40px;
            z-index: 1;
            color: #EBF1EB;
            font-style: italic;
            font-weight: 700;
            font-size: 2rem;
        }