@media only screen and (max-width: 1155px){
    header{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-flow: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-flow: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .logo{
        position: static;
        text-align: center;
    }
}
@media only screen and (min-width: 1155px){
    .logo{
        position: absolute;
        left: 100px;
        float: left;

    }
}
@media only screen and (max-width: 638px){
    #mobile-center{
        text-align: center;
    }
    #wrapper {
        width: 100%;
        position: fixed;
        top: 20px;
        display: none;
        z-index: 3;
        opacity: 1;
    }
    #fixed_div {
        border-radius: 32px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 90%;
        height: 95%;
        background-color: white;
        display: block;
    }
    .specs{
        display: block;
    }
    
    .section{
        margin: 2px 10px;
        display: block;
    }
    .specs img{
        margin-top: 4px;
        width: 200px;
        height: 200px;
    }

}
@media only screen and (min-width: 638px){
    #wrapper {
        width: 100%;
        position: fixed;
        top: 150px;
        display: none;
        z-index: 3;
        opacity: 1;
    }
    #fixed_div {
        border-radius: 32px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 608px;
        min-height: 384px;
        background-color: white;
        display: block;
    }
    .specs{
        margin: 20px 0 0 16px;   
        vertical-align:top;
        display: inline-block;
    }
    .section{
        margin: 16px 0;
        display: block;
    }
    .specs img{
        width: 288px;
        height: 288px;
    }

}


body{
    font-weight: bold;
    font-family: Helvetica, Arial;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.overlay-back { 
    position   : fixed; 
    top        : 0; 
    left       : 0; 
    width      : 100%; 
    height     : 100%; 
    background : #000; 
    opacity    : 0.6; 
    filter     : alpha(opacity=60); 
    z-index    : 2;
    display    : none;
} 
.search-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.logo{
    font-size: 32px;
}
input{
    border-radius: 20px;
    height: 32px;
    width: 416px;
    border: none;
    padding: 0 10px;
    font-size: 19px;
}
.cards{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.card{
    border-radius: 32px;
    display: inline-block;
    width: 288px;
    height: 488px;
    margin: 10px 5px;
    background-color: white;

}
.card img{
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 288px;
    widows: 288px;
}
.login{
    margin-top: 13px;
    margin-left: 10px;
    text-align: left;
    font-size: 16px;
}
.html-url{
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-left: 10px;


}
.score{
    font-size: 16px;
    margin-top: 45px;
    margin-bottom: 37px;
}
.card button{
    border-radius: 16px;
    background-color: blue;
    width: 256px;
    height: 32px;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: white;
}


.specs p{
    font-size: 14px;
}
.specs img{
    border-radius: 32px;
}



#first{
    margin-top: 0;
}
.inline{
    display: inline-block;
    margin-right: 50px;

}
.name{
    margin-bottom: 8px;
    display: block;
    font-size: 32px;
    overflow: hidden;
    width: 250px;
    height: 39px;
}
.login-card{
    margin: 8px 0;
    font-size: 16px;
}
.html-url-card{
    margin: 8px 0;
    font-size: 14px;

}
.folowers{
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
}
.folowers-result{
    font-size: 27px;
}

.subtitle{
    font-size: 14px;
    font-weight: normal;
}

.text{
    font-size: 16px;
    text-align: right;
    margin-right: 8px;
}
*:focus {
    outline: none;
}