    html, body {
        height: 100%;
        margin: 0;
    }

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    main {
        flex: 1;
    }

    .btn-2 {
        transition: all 0.2s ease !important;
    }

    .btn-2:hover {
        background-color: #052c65 !important;
        color: white !important;
    }

    .btn-1 {
        transition: all 0.2s ease !important;
    }

    .btn-1:hover {
        background-color: white  !important;
        color: #052c65 !important;
    }

    input {
        background-color:white !important;
    }

    select {
        background-color:white !important;
    }
