/* Style the tab buttons */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

/* Change background color of buttons on hover */
.tablink:hover {
    background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
    color: white;
    display: none;
    padding: 50px;
    text-align: center;
}

/* Style each tab content individually */
#London {background-color:white;}
#Paris {background-color:white;}
#Tokyo {background-color:white;}
#Oslo {background-color:white;}

.foot{
    padding-top: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #6c757d;
}

.text-center {
    text-align: center !important;
}

.mymb{
    margin-bottom: 120px !important;
}

.imag{
    width: 200px;
    margin-top: 70px;
}