body {
    background-color: #fff !important;
}

.navbar {
    display: flex;
    align-items: center;
    height: 70px;
    background-color: #fff;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo {
    margin-left: 30px;
}

.right-nav {
    display: flex;
}

.container {
    max-width: 100% !important;
}

.download-app-tab2 a button {
    padding: 5px 10px;
    background-color: rgb(37 99 235 / 1);
    color: white;
    font-weight: 500;
    border: 2px solid rgb(37 99 235 / 1);
    border-radius: 100px;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {
    .right-nav {
        display: none !important;
    }
}

@media (min-width: 640px) {
    .sm\:max-w-md {
        max-width: 28rem;
    }
}