 .button{
        background-color: #007bff;
        color: #fff;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none;
    }
    .button:hover{
        background-color: #0056b3;
    }
@media screen and (min-width: 1025px) and (max-width: 1400px){
    .container{
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    center{
        color: rgb(10, 50, 95);
        font-size: 1.4rem;
        font-weight: bolder;
    }
    .text{
        text-align: center;
        font-weight: bold;
    }
    .surname, .lastname, .other, .gender, .dob, .address, .state, .lga, .tel, .email, .photo, .class, .session, .fname, .occupation, .rel{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    input, select{
        flex: 1;
        width: 200px;
        height: 30px;
        font-size: 1rem;
        text-indent: 2px;
    }
    label{
        font-size: 1rem;
        font-weight: bold;
        width: 200px;
    }
    .badge{
        height: 150px;
        width: 150px;
    }
    .top{
        display: flex;
        gap: 20px;
        font-family: Arial, Helvetica, sans-serif;
    
    }
    .top h1{
        font-size: 1.5rem;
    }
    .top h2{
        font-size: 1rem;
        color: green;
    }
    }
    @media screen and (min-width: 769px) and (max-width: 1024px){
        .container{
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
        center{
            color: rgb(10, 50, 95);
            font-size: 1.4rem;
            font-weight: bolder;
        }
        .text{
            text-align: center;
            font-weight: bold;
        }
        .surname, .lastname, .other, .gender, .dob, .address, .state, .lga, .tel, .email, .photo, .class, .session, .fname, .occupation, .rel{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
        }
        input, select{
            flex: 1;
            width: 200px;
            height: 30px;
            font-size: 1rem;
        }
        label{
            font-size: 1rem;
            font-weight: bold;
            width: 200px;
        }
        .badge{
            height: 140px;
            width: 140px;
        }
        .top{
            display: flex;
            gap: 20px;
            font-family: Arial, Helvetica, sans-serif;
        
        }
        .top h1{
            font-size: 1.3rem;
        }
        .top h2{
            font-size: 0.9rem;
            color: green;
        }
    }
    @media screen and (min-width: 481px) and (max-width: 768px){
        .container{
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
        center{
            color: rgb(10, 50, 95);
            font-size: 1.4rem;
            font-weight: bolder;
        }
        .text{
            text-align: center;
            font-weight: bold;
        }
        .surname, .lastname, .other, .gender, .dob, .address, .state, .lga, .tel, .email, .photo, .class, .session, .fname, .occupation, .rel{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 40px;
        }
        input, select{
            flex: 1;
            width: 200px;
            height: 30px;
            font-size: 1rem;
        }
        label{
            font-size: 1rem;
            font-weight: bold;
            width: 200px;
        }
        .badge{
            height: 100px;
            width: 100px;
        }
        .top{
            display: flex;
            gap: 20px;
            font-family: Arial, Helvetica, sans-serif;
        
        }
        .top h1{
            font-size: 1.1rem;
        }
        .top h2{
            font-size: 0.8rem;
            color: green;
        }
    }
    @media screen and (min-width: 320px) and (max-width: 480px){
        .container{
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        }
        center{
            color: rgb(10, 50, 95);
            font-size: 1.4rem;
            font-weight: bolder;
        }
        .text{
            text-align: center;
            font-weight: bold;
        }
        .surname, .lastname, .other, .gender, .dob, .address, .state, .lga, .tel, .email, .photo, .class, .session, .fname, .occupation, .rel{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        input, select{
            flex: 1;
            width: 150px;
            height: 30px;
            font-size: 1rem;
        }
        label{
            font-size: 1rem;
            font-weight: bold;
            width: 100px;
        }
        .badge{
            height: 80px;
            width: 80px;
        }
        .top{
            display: flex;
            gap: 20px;
            font-family: Arial, Helvetica, sans-serif;
        
        }
        .top h1{
            font-size: 0.8rem;
        }
        .top h2{
            font-size: 0.6rem;
            color: green;
        }
    }