ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}

.logo{
    margin: 0px 30px;
    margin-right: 600px;
    width: 80px;
    
}
.footer-logo{
    width: 90px;
}
.footer{
    background-color: #eee;
    padding: 30px;

}
.content{
    min-height: 590px;
}
.portal{
    margin: 30px auto;
    border: solid 2px #eee;
    border-radius: 5px;
    height: 250px;

}
.portal img{
    max-width: 80%;
    max-height: 80%;

    display: block;
    margin: auto;
    margin-top: 10%;

}
.user-icon{
    width: 35px;
    border-radius: 50%;
    background-color: #eee;
    padding: 3px;
    margin: auto;
    display: block;
}
.user-menu{
    position: relative;
    display: inline-block;
    margin: 0px 250px;
}

.drop-list{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

.drop-list li{
    min-width: 160px;
    padding: 10px;
}
.drop-list li:hover{
    background-color: #eee;
}

.user-menu:hover  .drop-list {
    display: block;
}

.sourse-image{
    margin: 10px 80px;
    width: 120px;
}

.result-section{
    max-height: 550px;
    overflow: scroll;
    padding: 10px;
    margin: 10px;
}
.subscribe{
    margin-left: 25%;
    margin-top: 100px;;
    width: 50%;

}

#add-city-form{
    width: 40%;
    background-color: #ddd;
    position: absolute;
    margin: 5% 30%;
    padding: 10px;
    border: solid 2px #ccc;
    border-radius: 10px;
    z-index: 100;
}