.me{
    width: 40px;
}
#left-block{
    color: #333398;
}
#about {
    color: aqua;
}
@media (max-width: 1000px) {
    #left-block{
        position: relative;
    }
}
.content {
    background-size: contain;
    background-repeat: repeat;
    background-image: url("../images/jeff.jpg");
}