.header {
    font-size:35px;
}

.img {
    width:200px;
    height:255px;
}

.content {
    font-size: 17px;
}

.fidel-color {
    background-color: lightgreen;
}

.first-head{
    color:red;
    font-size:23px;
    font-weight:bold;
}

.float-left{
    float:left;
}

.name{
    font-style:italic;
    font-weight:bold;
}

.bold{
    font-weight:bolder;
    text-align: center;
}

.float-right{
    float:right;
}

img {
    width:200px;
    height:300px;
    padding:15px, 15px, 15px, 15px;
    filter:sepia(75%);
}