.upgrade-content {
    display: grid;
    justify-content: center;  
    align-content: center;    
    justify-items: center;
    text-align: center;
    gap: 25px; 
    min-height: 100%;
    padding: 40px;
}

.upgrade-logo {
    font-size: 24px;
    font-weight: bold;
}

.upgrade-title {
    font-size: 36px;
    max-width: 750px; 
}

.upgrade-subtitle {
    font-size: 16px;
    color: #e0e0e0;
}

.premium-btn {
    display: grid; 
    place-items: center;
    background-color: #3ea6ff; 
    color: #000000;
    padding: 14px 32px;
    border-radius: 30px; 
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.premium-btn:hover {
    background-color: #65b8ff; 
}