* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 140px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #ebeef1;
}

button {
    height: 100px;
    width: 140px;
    padding: 20px;
    margin: 30px 5px;
    border-radius: 10px;
    border: none;
    color: #3498db;
    background: #ebeef1;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 10px 10px 10px -1px rgba(10, 99, 169, 0.16),
                -10px -10px 10px -1px rgba(255, 255, 255, 0.70);
}
button a{
    text-decoration: none;
    text-transform: uppercase;
    color: #3498db;
}
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #ebeef1;
}

.navbar {
    position: relative;
    width: 100%;
    background: #ebeef1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.navbar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.navbar i {
    margin-right: 10px;
}

.content {
    padding-top: 60px; /* Adjust padding-top to create space for the navbar */
    text-align: center; /* Center the content horizontally */
}

.back-link {
    margin-right: 10px; /* Adjust spacing as needed */
    color: inherit; /* Inherit color from parent or specify your own */
    text-decoration: none; /* Remove underline from link */
    display: flex;
    align-items: center;
}

.back-link i {
    font-size: 1.5em; /* Adjust size as needed */
}
.adsbygoogle {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

@media (min-aspect-ratio: 16/9) {
    .banner video {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .button-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    button {
        height: 120px;
        width: 150px;
        margin: 10px 5px;
    }
}
