:root{--bg-color: #1e6a8d}body{all:unset;display:block;font-family:Roboto,Times New Roman}nav{width:100%;display:flex;justify-content:center}.navbar{width:100%;max-width:1500px;display:flex;justify-content:space-between;padding:5px}nav button{all:unset;cursor:pointer}nav a{all:unset;cursor:pointer}.home-button{width:70px;height:70px}.home-button img{width:100%;height:100%}.navbar-right a{margin-left:10px;margin-right:10px;color:#000;transition:color .5s}.navbar-right a:hover{color:var(--bg-color);transition:color .5s}.navbar-right{display:flex;flex-direction:row;justify-content:center;align-items:center}footer{width:100%;display:flex;justify-content:center;background-color:var(--bg-color);color:#fff}.footer p{font-size:15px;font-weight:700}
