/* Landing Page Styles */

/* Body Styles */
body {
    background-color: #0097b2;
    box-sizing: border-box;
}

/* Navbar Styles */
.navbar {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    align-items: center;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-logo {
    height: 90%;
    width: 250px;
}

.navbar-logo img {
    width: 100%;
    height: auto;
}