* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    background: rgb(190, 206, 205);
    padding: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(12, 56, 94);
    max-width: 3000px;
}
.character{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 75px;
}
.characters{
    margin-bottom: 80px;
}

.intro{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 60px;
}
section{margin-top: 100px;}
section{margin-bottom: 100px;}
text{margin-top: 20px;}
iframe{
    display: block;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


main, section, aside, footer {
    padding: 20px;
}





nav {
    background-color: rgb(212, 216, 202);
    text-align: center;
    position: fixed;
    width: 100%;
    padding: 7px;

    font-family: 'DM Serif Display';
    font-size: 24px;    
    
}
nav ul li {
    display: inline;
    margin-right: 20px;
}
nav ul li a {
    color: #49308ec8;
}

#banner {
    background-image: url("../img/Group\ 4.jpg");
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 90vh;
}