@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

html{
    background-image: linear-gradient(to right bottom, #0700a8, #2d00a7, #4100a7, #5003a6, #5c07a6, #6a06a5, #7708a3, #820ba2, #910b9e, #9e0f9b, #aa1697, #b51e94);
    font-family: "fira code";
    width: 100vw;
    height: 100vh;
}

body{
    margin: 0;
}

#main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

#content{
    background: linear-gradient(to bottom, #2a7d5c, #def4eb);
    height: 80%;
    aspect-ratio: 152/197;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

#content2{
    width: 100%;
    height: 100%;
    background-color: #2a7d5c;
    border-radius: 5px;
    overflow: hidden;
}

#banner{
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 300px; */
    overflow: hidden;
}

.img{
    width: 100%;
}

#titleLucie{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: xx-large;
    margin: 0;
}

#contentLucie{
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #f319e8, #990deb);
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    gap: 5px;
}

#contentLucie2{
    width: 100%;
    height: 100%;
    background-color: #f319e8;
    border-radius: 5px;
    overflow: hidden;
}