body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.question {
    margin-bottom: 20px;
}

.question p {
    font-weight: bold;
    color: #555;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.result {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.icon{
    text-align:center;
}
.icon-img{
    height:70px;
}
.curso {
    padding: 10px;
    text-align: center;
    background: #212121;
    color: white;
    border-radius: 4px;
    display:none;
}
.titulo {
    font-weight: 600;
    font-size: 24px;
    color: #008fec;
}
.mensagem {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 19px;
}
.subtitulo {
    font-size: 18px;
    color: #008fec;
}
img.selo-img {
    height: 50px;
}
.zap {
    background: #3366ea;
    padding: 14px;
    border-radius: 4px;
    font-weight: 700;
    cursor:pointer;
}