*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f6f6f6;
}
.sol{
    background-image: url(img/app-background.webp);
}
.sad{
    color: #fff;
}
.you{
    text-align: center !important;
    margin-left: 90px;
}
.gol{
    width: 100%;
    text-align: center !important;
    box-shadow: #fff 2px 2px 1px 2px;
}
.were{
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.here{
    background-image: linear-gradient(to right, #195686, #4c96e4);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #fff;
}
.hen{
    color: #000;
}
.computer{
    width: 70%;
    height: 80%;
    text-align: center !important;
}
.van{
    margin-top: 20px;
    margin-bottom: 20px;
}

.vote{
    background-color: #1d4369;
    margin-bottom: -8px;
}
.care{
    color: #fff;
    font-size: 15px;
   font-weight: 700;
}
.hear{
    font-size: 18px;
    font-weight: 700;
}
@media only screen and (max-width: 430px) {
    .care{
        font-size: 13px;
    }
  }
  .navbar {
    background-color: #f8f9fa; 
    margin-top: 0; 
    padding-top: 0; 
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

.navbar-nav .nav-link {
    color: #fff; 
    background-color: #1d4369;
    font-size: 16px;
}

.dropdown-menu {
    background-color: #ffffff; 
}

.dropdown-item {
    color: #000; 
}

.btn-primary,
.btn-secondary {
    margin-left: 10px; 
    text-align: start;
    background-color: #296fad;
    border: none;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 15px;
}
.btn-primary:hover,
.btn-secondary:hover {
    background-color: #296fad;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-toggler {
        margin-bottom: 10px; 
    }

    .btn-primary,
    .btn-secondary {
        margin: 10px 0;
    }
.you{
    display: none;
}
}
@media screen and (min-width: 768px) {
    .tell{
        display: none;
    }
    .your{
        display: none;
    }
}
h1.were{
        color: #fff;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px;

    }
    
    .tell{
        padding:1rem 0rem;
    }
    .overlay-button {
        /*position: absolute;*/
        /*top: 80%;*/
        /*left: 70%;*/
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 800;
        border: 2px solid #fff;
        color: white;
        /* White text color */
        border-radius: 5px;
        /* Optional: add rounded corners */
        cursor: pointer;
        /* Add a pointer cursor on hover */
        background: linear-gradient(to right, #1891e2, #0e78ea);
        /* Gradient color */
        animation: pulse 1s infinite;

    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.1);
        }
    
        100% {
            transform: scale(1);
    }
    }
    @media only screen and (max-width: 767px) {
        .overlay-button {
            width: 90%;
            /*top: 83%;*/
            /*left: 5%;*/
            /*position: absolute;*/
            transform: translate(-50%, -50%);
            padding: 10px 30px;
            font-size: 18px;
            color: white;
            /* White text color */
            border: 2px solid #fff;
            border-radius: 5px;
            /* Optional: add rounded corners */
            cursor: pointer;
            /* Add a pointer cursor on hover */
            background: linear-gradient(to right, #1d4369, #1d4369);
            /* Gradient color */
            animation: pulse 1s infinite;
            display: inline-block;
        }}