h1,h2,h3{font-family:Baskervville,serif}*{box-sizing:border-box;margin:0;padding:0;font-family:Raleway,sans-serif}:root{--customColor1:#1a325d;--customColor2:#fcc913;--customColor3:#ecf5ff}
.navbar-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:15px 30px;display:flex}.navbar-content{background-color:var(--customColor1);border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:80px;padding:5px 10px;display:flex}.navbar-content>img{object-fit:contain;width:120px;height:100%;margin-left:20px}.navbar-content>button{background-color:var(--customColor2);color:var(--customColor1);border-radius:20px;justify-content:center;align-items:center;gap:20px;padding:10px;font-size:15px;font-weight:550;display:flex}.navbar-icon{color:var(--customColor1)}.bottomBar-container{background-color:var(--customColor2);border-radius:15px;justify-content:center;align-items:center;width:100%;height:40px;display:flex}.bottomBar-container>b{cursor:pointer}.bottomBar-container>b>span{color:red}@media screen and (max-width:768px){.navbar-container{padding:10px 15px}.bottomBar-container{border-radius:5px}.bottomBar-container>b{cursor:pointer;text-align:center;padding:5px;font-size:12px}}
