header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: rgb(0, 0, 0);
    width:100%;
}
header ul{
    list-style: none;
    display: flex;
    flex-direction: row;
}
header ul li{
    margin: 30px;
}

img{
    width: 150px ;
    border-radius: 59%;
}
h1{
    font-size: 50px;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
}
p{
    font-size: 15px;
    color: rgb(255, 253, 253);
}

.contenedor{
    display: flex;
    width: 100%;
    margin: 10px 0 10px 0;
    background-color: rgb(0, 4, 255);
    padding: 30px;
    font-size: 10px;
    flex-direction: column;
}
footer{
    h
}
