@font-face {
    font-family: "ChunkFiveEx";
    src: url("../Fonts/Chunkfive_Ex.ttf") format("truetype"),
   }
   
body{
    background-image: url('../img/connexion.svg');   
    background-repeat: no-repeat;
    background-size: cover;
    /* background by SVGBackgrounds.com */
}

#title{
    /* font-family:"ChunkFiveEx"; */
    font-weight: bold;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.connexion-style {
    border-radius: 1rem;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}