@font-face {
    font-family: bouncy;
    src: url(bouncy.otf);
}
body {
    background-image: url('https://www.voyageavecnous.fr/wp-content/uploads/2015/01/plage-paradisiaque-bahamas.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: bouncy;
    color :white;
}

.p1  {
    text-align: center;
    font-size: 2.5rem;
}
a {
    text-decoration: none;
    color :white;
    font-size: 2rem;
}
img {
    border-radius: 50px;            
    box-shadow: 6px 8px yellow, -0.8em 0 4.5em greenyellow;
}
.p2  {
    margin-top: 50px;            
    text-shadow: 1px 1px 2px #696969;
    text-align: center;
    font-size: 1.5rem;
}