body {
    background: #F5F5F5;
    text-align: center;
}

.title {
    color: #2196F3;
    text-align: center;
    font-family: "Changa", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.subtitle {
    color: #616161;
    text-align: center;
    font-family: "Changa", sans-serif;
    font-weight: 200;
    font-size: 1rem;
}


#content {
    width: 460px;
    height: 460px;
    background-image: url('../img/card.png');
    background-size: cover;
    flex: 1;
}

#txtContainer {
    position: relative;
    width: 460px;
    height: 105px;
    text-align: center;
    /* font-size:40px; */
    font-family: 'Muna';
    line-height: initial;
    /* font-family: "Farah"; */
    font-size: 40pt;
    top: 355px;
    bottom: 0px;
}

label {
    font-family: 'Alyamama', sans-serif;
}

#iosSteps {
    margin: 0;
    color: #66bb6a;
    font-family: 'Alyamama';
    font-size: 1rem;
}

.textfield {
    width: 96%;
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Alyamama', sans-serif;
    -webkit-appearance: none;
    border-color: #BBDEFB;
    border-radius: 0.5rem;
    padding: 0.5rem;
    line-height: 2rem;
    color: #1565C0;
}

#txtTitleDemo {
    background: transparent;
    border: 0;
    padding: 0;
    padding-left: 156px;
    text-align: left;
    color: #02534e;
    font-size: 1.5rem;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    /* width: 100%; */
    height: 60px;
}

.alt {
    background: #1565C0;
}

.button {
    flex: 1;
    color: #fefefe;
    background: #03A9F4;
    height: 2.5rem;
    border: 0;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: 'Changa', sans-serif;
    font-weight: 600;
    margin: 0.5rem;
    line-height: 2.4rem;
}

#btnGenerate {
    background: #616161;
}

#btnSave {
    background: #4CAF50;
}

canvas {
    border: solid 1px #000;
}

input[type="file"] {
    display: none;
}

/* .column, .row {
    margin-bottom: 16px;
} */
