@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Lilita+One&display=swap');
/*font-family: 'Comfortaa', cursive;
font-family: 'Lilita One', cursive;*/
*{
    margin: 0px;
}
body{
    max-width: 900px;
    background-color: #2F8BFA;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: rgba(255, 255, 255, 0.418);
}
#h1{
    background:linear-gradient(to bottom right,#5F5CFF 50%,#2F8BFA 50%);
    color: white;
    padding: 20px;
    font-family: 'Lilita One', cursive;
    font-size: 40px;
}
#div1{
    height: 500px;
    background: url(img/kurs.webp);
    background-size:cover;
    background-position: center;
}
#div2{
    background:url(img/7.jpg);
    background-size: cover;
    margin-top: 20px;
    height: 450px;
}
#div3{
    background:url(img/leo.jpg);
    background-size: cover;
    margin-top: 20px;
    height: 450px;
}
#div4{
    background:url(img/tgr.jpg);
    background-size: cover;
    margin-top: 20px;
    height: 450px;
}
#div5{
    background:url(img/fuze.jpg);
    background-size: cover;
    margin-top: 20px;
    height: 450px;
}
#div6{
    background:url(img/jdg.jpg);
    background-size: cover;
    margin-top: 20px;
    height: 450px;
}
.titre{
    background: linear-gradient(to bottom right,#2F8BFA 50%, #ADBDDB 50% );
    max-width: 300px;
    padding: 10px 0px 10px 20px;
    color: white;
    font-family: 'Lilita One', cursive;
    font-size: 30px;
}
.texte{
    background: linear-gradient(to bottom right,#ADBDDB 50%, #adbddb9c  50%);
    max-width: 300px;
    padding: 10px 0px 10px 20px;
    color: white;
    font-family: 'Lilita One', cursive;
    font-size: 20px;
    border-bottom-right-radius: 50px;
}