#gps-page {
    max-height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#gps-page .content-box{
    align-items: center;
    border-radius: 24px;
    background-color: #F3F4F6;
    padding: 50px;
}

.text-layout {
    text-align: left;
    line-height: 60%;
    font-family: 'Kanit', sans-serif;
}

.button-container {
    text-align: center;
    margin-top: 30px; /* Adjust spacing */
}

.custom-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 22px;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    background-color: #22C55E;
    border-color: #22C55E;
    border-radius: 200px;
}

.custom-btn:hover {
    background-color: #5ade80;
    border-color: #5ade80;
}