body {
    
    font-family: NT Mikella Bold
    background-color: #e0f2fe;
    text-align: center;
    margin: 0;
    padding: 0;
}

.logo {
    width: 150px;  
    height: auto;  
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

h1 {
    margin-top: -70px;
    padding: 0;
}


.container {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
}

header h1 {
    font-size: 32px;
    font-weight: bold;
}

header p {
    color: #555;
    font-size: 16px;
    margin-top: -15px;
    margin-bottom: 30px;
}

.buttons {
    margin: 20px 0;
}


.btn {
    display: flex;
    width: 85%;
    height: 70px;
    background: #bfdbfe;
    color: #242424;
    font-family: NT Mikella Regular;
    font-size: 18px;
    font-weight: normal;
    margin: 20px auto;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.3s;
    align-items: center;
    justify-content: flex-start;
    
}

.btn-icon {
    width: 70px;
    height: 70px;
    margin-right: -15px;
    margin-left: -15px;
}


.btn-text {
    flex-grow: 1;
    text-align: center;
}

.btn-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2; 
}

.btn-content strong {
    font-size: 20px; 
}

.btn-content span {
    font-size: 14px;
}


.previous-section {  
    margin-bottom: 0px;  /* Reduce bottom margin of the last section above */
    padding-bottom: 0px;  
}





