body {
    background: linear-gradient(#e66465, #9198e5);
}

h1 {
    color: white;
    font-size: 40px;
    text-shadow: grey 2px 3px;
}

h2 {
    color: white;
    font-size: 40px;
    text-shadow: grey 2px 3px;
}

h3 {
    color: white;
    font-size: 40px;
    text-shadow: grey 2px 3px;
}

#p1 {
    color: white;
    font-size: 18px;
}

#p2 {
    color: white;
    font-size: 18px;
}

#p3 {
    color: white;
    font-size: 12.5px;
}

img {
    padding: 10px;
    border: 2px groove grey;
}
