body{
    background-color: #262626;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.imgg{

    display: block;
    margin-left: auto;
    margin-right: auto;
}


.ppp{
    
    color: blue;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 10%;
}
.link{
    text-decoration: none;
    font-family: "Source Sans Pro", "Helvetica";
    color: #ff0b0b;
    background: #3f3f3f;
    position: fixed;
    bottom: 10px;
    left: 10px;
    list-style: none;
    width: 200px;
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    border: 1px solid #000;
    cursor: pointer;
    overflow: hidden;
}

