@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
}

body {
    
    color: white;
    margin: 0;
    background-color: #ececec;
}
    
ul {
    margin: 10px;
    padding: 0;
   list-style: none;
    text-decoration: none;
}

.topnav {
   font-family: 'Saira Extra Condensed' , sans-serif;
    line-height: 1.6; 
     font-weight: 500;
    width: 1920px;
    background-color: #3a5954; 
    margin: 0 auto;
   justify-content: space-around; 
  /*  align-items: center;*/
    padding: 2em 0;
    font-size: 23px;
}

.topnav, .main-nav {
    display: flex;
}

header {
    background-image: url("../images/crowd.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1920px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: Center;
    padding: 300px 640px;
    font-size: 50px;
    line-height: 87px;
    font-family: 'Saira Extra Condensed' , sans-serif;

}

.trio {
    background-color: #F5e1d1;
}

.trio-box {
    display: flex; 
}