body {
    background-color: skyblue;
    font-family: sans-serif;
    font-size: large;
}

#introheader {
    text-align: center;
    border: 10px solid white;
    background-image: url(https://cdn.pixabay.com/photo/2015/10/09/21/40/fruit-980014_1280.jpg);
    color: white; outline: 2px solid black;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(https://cdn.pixabay.com/photo/2015/10/09/21/40/fruit-980014_1280.jpg);
    outline: solid 2px black;
    color: white;
    text-align: center;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    border: 10px solid white;
}

#fruity {
    display: block;
    margin: 0 auto;
    height: 65%;
    width: 65%;
}

#fruitdesc {
    text-align: center;
    border: solid 10px white;
    border-radius: 10px;
    background-color: white;
}