body {
    background: #f5f5f5;
}

a {
    color: #111;
}

a:hover {
    color: #555555;
}

.tag-cloud-link {
    font-size: 12px;
    padding: 6px;
    border-radius: 20px;
    background: #3498db;
    color: #000;
    /* background: #F08080; */
    font-weight: 800;
    /* color: #fff; */
    /* white-space: nowrap; */
    margin: 5px;
    /* overflow: hidden; */
    display: inline-block;
    /* zoom: 1;  */
    *display: inline;
    /* margin-top: 60px; */
}

#tag_cloud-2 {
    /* padding: 10px; */
}

::selection {
    background-color: #555555;
    color: #fff;
}


/*** Mozilla based browsers ***/

::-moz-selection {
    background-color: #555555;
    color: #fff;
}


/***For Other Browsers ***/

::-o-selection {
    background-color: #555555;
    color: #fff;
}

::-ms-selection {
    background-color: #555555;
    color: #fff;
}


/*** For Webkit ***/

::-webkit-selection {
    background-color: #555555;
    color: #fff;
}

.footer {
    background: #ddd;
    padding: 5%;
}

#logo-footer {
    position: relative;
    left: 20px;
    max-width: 150px;
    max-height: 150px;
}


/* Footer Tags */

.tagsList {
    list-style: none;
    padding: 5%;
}

#tagsDiv {
    /* padding: 0px !important; */
    display: flex;
    margin-top: 30px;
}

#aboutUs {
    padding: 10px;
    max-width: 40%;
}

#aboutus-para {
    margin-top: 20px;
}

.tagList {
    padding: 3%;
}

.bottom-tags {
    /* list-style: none; */
    padding: 10px;
}

.bottom-list li {
    list-style: none;
    text-align: center;
    align-content: center;
    /* overflow: hidden; */
    /* float: left; */
    display: inline;
}