.list-component{
    color: #0f0f0f;
    background-color: orange;
    float:left;
    margin: 0 10px;
    width: 80px;
    text-align: center;
    padding:15px;
    font-family: sans-serif;
    text-transform: uppercase;    
}

.pull-left{
    float:left;
    margin-left:10px;
}

#dgpc-logo{
    width:150px;
}

.main-wrapper{
    width:810px;
    background-color:whitesmoke;
    margin: 0 auto;
    overflow: auto;
}

.nav-list{
    list-style-type: none;
}


#avatar-size{
    width: 250px;
    margin:10px;
}

#titulo{
    font-family: sans-serif;
    color: orangered;
}

.square{
    width: 250px;
    height: 250px;
    background-color:aquamarine;
    float:left;
    margin:10px;
}

.text:{
    float: left;
}

.footer{
    width: auto;
    height: 50px;
    background-color: bisque;
    text-align: center;
}

#image-float{
    float:left;
    overflow:auto;
}

.square-text{
    width: 518px;
    height: 241px;
    margin-top: 10px;
    padding: 5px;
    float:left;
    } 

.my-picture{
    float: left;
}

h1{
    margin: 0px;
}

a{
    text-decoration: none;
    color: black;
}