  /* Logo Styles */
.navbar-brand img {
    max-width: 200px;
    height: auto;
}

.navbar {
  max-height: 180px;
  background-color: #368cd1
}

body {
    background-color: #00007e;
}


.round-button {
    display: inline-block;
    border: none;
    border-radius: 50%; /* Make it round */
    padding: 10px 20px;
    background-color: #00007e; /* Blue background */
    color: #fed807; /* Yellow text */
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
  }