body {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100vh;  
    background-color: #D5E1EF;                
}

h1 {
    color: #1F283A;    
    font-size: 25px;  
}

p {
    color: #AFB2B7
}

.conteudo {
    display: flex;    
    justify-content: center;
}

.card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);        
    padding: 0.8rem;            
    word-wrap: break-word;
    overflow: hidden;              
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 250px;
    height: auto;
}

.card h1 {
  font-size: 1.2rem;  
}

.card p {
  font-size: .9rem;
}

.card h1, p {
    margin: .5rem;
    text-align: center;
}

.qrcode {
  border-radius: 10px;
  height: 65%;
  width: 100%;
}
