html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color:white;
}

.hero-section {
    background-image: url("../images/index_img.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.logo {
    margin: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.hero-section-content {
     position: relative;
     margin: auto;
     padding-top: 30vh;
     text-align:center;
}

.hero-section-content h3 {
    font-weight: 900;
}

.hero-section-content p {
    font-weight: 500;
}

.yes_button {
    margin: 10px;
    color: white;
    background: #33a26a;
    border: 0px solid;
    width: 88px;
    text-align: center;
    padding: 0px;
    display: inline-block;
}

.yes_button:hover {
    color: white;
    background: #2d8e5d;
}

.no_button {
    margin: 10px;
    color: white;
    background: #ff4444;
    border: 0px solid;
    width: 88px;
    text-align: center;
    padding: 0px;
    display: inline-block;
}

.no_button:hover {
    color: white;
    background: #b72f2f;
}


.footer {
    position: absolute;
    padding-bottom: 8px;
    padding-top: 30px;;
    background-color: #0a0a0a;
    text-align: center;
    color: #777777;
    font-weight: 400;
}
    