html, body, #corpo, iframe {
    width: 100%;
    height: 100%;
}


body {
    margin: 0px;
    padding: 0px ;
}

#corpo, #headercard {
    padding-top: 90px;
}
#header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    padding: 1rem 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
}

#cartao {
    background-color: #FFC000;
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}

::-webkit-scrollbar {
    display: none;
}

#headercard {
    margin: auto;
    align-items: center;
    background-color: #e5e5e5;
}

#titlecard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1{ 
    color: rgb(73, 73, 73);
    font-size: 3em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 50px 0 0 0;
}

p{
    color: gray;
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif; 
    margin: 0 0 50px 0;
}

#linha {
    background-color: #FFf;
    height: 2px;
}

#backcard {
    background-color: #f5f5f5;
    height: 100px;
}

#card {
    text-align: center;
    margin-top: -50px;
}

footer {
    position: absolute;
    bottom: 0;
    background-color: #1D1B56;
    color: #FFF;
    width: 100%;  
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif
}