.text{
    text-align:  center;
    line-height: 300px;
    font-size: 40px;
    color: #fff;
}

/* :host{
    padding: 50px;
} */

.wr{
    margin: 0 auto;
    height: auto;
    width: 50%;
}

infinite-carousel{
    margin: 0 auto;
}

.header{
    height: 45px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
    background: rgb(254, 254, 254);
    padding: 0px 20px;
}

.logo{
    float: left;
    font-size: 20px;
    line-height: 45px;
}

.github-icon{
    height: 100%;
    width: 180px;
    float: right;
    line-height: 45px;
    padding: 0 20px;
    margin-right: 20px;
    display: block;
    text-decoration: none;
    color: #000;
}

.github-icon :hover{
    cursor: pointer;
    background: rgb(245, 245, 245);
}

.github-icon img {
    margin: 6px;
    height: 33px;
    float: left;
}
