:root {
    --color-blue: #0F1A41;
    --color-dark-blue: #123872;
    --color-yellow: #ffc947;
}

html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main-content {
    flex: 1;
}

.flex-center {
    display: flex; 
    justify-content: center;
    align-items: center;
}

.google-button {
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid gray;
    width: 70%;
}

.google-button:hover {
    color: black;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.iq-footer2 .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 120px;
    width: 120px;
}

@media(max-width:992px) {
    .header-05 .menu-list-items .menu-links .border-yellow {
        border: none;
    }

    .header-05 .menu-list-items .menu-links .iq-font-yellow {
        color: black !important;
    }

    .header-05 .menu-list-items .menu-links .yellow-bg {
        background-color: transparent;
    }
}