body{
    background: #0B1612;
}
.topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    justify-content: center;
    gap: 30px;
    height: 100%;
    color: #000000;
    font-size: 20px;
    border-radius: 10px;
    font-family: "certification-modern", sans-serif;
}
.success {
    background-color: #53ae65;
    color: #f8f7f7;
    border: 1px solid #c3e6cb;
}
.card {
    padding: 1px 20px;
    border-radius: 60px;

}
