html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Gotham', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: larger;
    background-color: black;
    margin-bottom: 100px;
}

header {
    font-size: x-large;
    background-color: lightblue;
    z-index: 10;
}


.dropdown-item {
    font-size: larger;
}



.footer {
    background-color: darkslategray;
    color: white;
}
    .footer .title {
        text-align: center;
        padding: 15px;
        text-transform: uppercase
    }

    .footer p {
        text-indent: 15px;
        text-align: justify;
    }

    .footer a, .footer a:hover {
        color: deepskyblue;
        text-decoration: none;
    }

    .footer .social {
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
    }

    .footer .createBy a {
        text-align: center;
        color: #9dfaf2;
        float: right;
    }











.modal-style {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: auto;
    display: none;
}

.social-sign-in-form {
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 260px;
    margin: 40px auto 0;
    padding: 59px 59px 30px;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #e3e3e3;
    position: relative;
}