@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,300&display=swap");nav{align-items:center;background-color:#0f233a;color:#fff;display:flex;flex-wrap:wrap;height:72px;justify-content:space-between;padding-left:5%;padding-right:5%}nav img{cursor:pointer;height:70px;width:150px}nav button{all:unset;font-family:"Roboto Serif",serif}nav a{text-decoration:unset}nav .cta{background-color:#fff;border-radius:30px;color:#000;cursor:pointer;font-family:"Roboto Serif",serif;font-size:12px;padding:8px 16px}nav .cta:focus,nav .cta:hover{background:#0f233a;color:#fff}