@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&family=Inter:wght@300;400;600&display=swap');




* {
    margin: 0;
    
    box-sizing: border-box;
    padding: 0;

    
}


body {
    font-family: 'Inter', sans-serif;
    color: white;
    
    background-color: #f4f7fb;
    
}



header {
    display: flex;
    padding: 1.5rem 2rem;


    justify-content: space-between;

    align-items: center;
    
    background-color: #ffffff;
}
.lg {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lg h1 {
    font-family: 'Orbitron', sans-serif;


    color: #2563eb;
    font-size: 1.5rem;
}


.menupic {
    font-size: 2rem;


}


.procon {
    display: flex;
    flex-direction: column;   


    gap: 2rem;
    padding: 3rem 2rem;
}


.pro {
    background-color: #ffffff;
    padding: 1.5rem;

    border-radius: 12px;
    text-align: center;


}




.pro h2 {
    font-family: 'Orbitron', sans-serif;

    margin: 1rem 0;
}

.pro p {
    margin-bottom: 1rem;

    font-family: 'Inter', sans-serif;

    color: #000000;
}


.but {

    padding: 0.6rem 1.2rem;
    border-radius: 6px;

    background-color: #06b6d4;
    

    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
}




/*


           / \
         /     \
       /   | |   \
     /             \
   /|===============|\
    |               |
    |       _       |
    |      | |      |
    |______| |______|


*/