.headermenucont img{
    width: 200px;
    border-radius: 50%;
    background: url('/img/Bg.jpg') center no-repeat fixed;
    background-size: cover;
    border: 2px solid #FFFFFF;
    display: inline-block;
 }
.headermenucont{
    text-align: center;
}

.headermenucont p{
    display: inline-block;
    margin: 20px 0;
    padding: 5px;
    background: #757575;
    font-size: 14px;
}

.headermenucont h1{
    padding: 0 0 0 0;
}

.signupbut a{
    cursor: pointer;
}


.listsert{
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.listsert li{
    display: inline-block;
}

.listsert li a img{
    max-width: 300px;
    max-height: 200px;
}

@media screen and (max-width: 425px) {
    .listsert li a img{
        max-width: 100px;
        max-height: 50px;
    }
}