html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: arial, "arial black", "comic sans ms", "courier new", georgia, impact, "times new roman", "trebuchet ms", verdana, serif;
    height: 100%;
    padding: 0;
    margin: 0;
}

.banniere {
    width: 100%;

    img {
        width: 100%;
    }
}

main {
    display: none;
    align-items: start;
    justify-content: space-between;
    gap: 5px;
    padding: 10px 50px 50px;
}

.adventure-shell {
    background: rgba(0, 0, 0, 0.6);
    flex: 1;
    padding: 10px;
    text-align: center;
    border-radius: 0 20px 20px 20px;
    color: white;
    word-wrap: break-word;

    p {
        text-align: justify;
    }
}
