header {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: brown;
    padding: 50px;
    text-align: left;

}

div {
    border: 2px solid rgb(10, 60, 100);
    border-radius: 8px;
    padding: 15px;
}

body {
    background-color: whitesmoke;
    font-family: 'Times New Roman', Times, serif; /* i like this  font */
    margin: 0;
    padding: 0;
    color: blueviolet;



}

p {
    background-color: yellow;
    padding: 5px;
}

img {
    width: 300px;
    border-radius: 8px;
}