body{height:100vh;overflow-y: scroll;background-image: url(fond.jpg);background-position: cover;background-attachment: fixed;font-family:'Indie Flower',sans-serif;}
a {color:rgb(62, 0, 125);}

.media.m-2.p-2.border.rounded{
    border-width:1.5px !important;
}

@media only screen and (max-device-width: 736px) {
    .media{flex-direction: column}
};