@font-face {
    font-family: "Bachelorette";
    src: url("../font/Bachelorette.otf");
}

@font-face {
    font-family: "Comic";
    src: url('../font/comic.ttf');
}

@font-face {
    font-family: "Comic";
    font-style: italic;
    src: url('../font/comici.ttf');
}

@font-face {
    font-family: "Comic";
    font-weight: bold;
    src: url('../font/comicbd.ttf');
}

@font-face {
    font-family: "Comic";
    font-style: italic;
    font-weight: bold;
    src: url('../font/comicz.ttf');
}

body{
    background: linear-gradient(#8360c3, #2ebf91);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Comic Sans MS, Comic;
    font-size: 18px;
}

header{
    font-family: Bachelorette;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
}

h1{
    text-align: center;
}

.activites{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

}

figure {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 300px;
    margin: 0;
}

img {
    width: 100%;
}

a{
    text-decoration: none;
}

figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
    background-color: #fff;
    color: black;
    margin-top: -5px;
    width: 100%;
    height: 50px;
}

figure:hover{
   transform: scale(1.1);
    transition: 0.5s;
}

.minuscule{
    font-size: 0.8em;
}

.back {
    position: absolute;
    top:10px;
    right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 10px;
    border: solid black 0.5px;
    text-decoration: none;
    font-family: Comic Sans MS, Comic;
    color: black;
    font-size: 10px;
}