.dropdown-menu {
    display: none;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-brand img {
    max-width: 210px;
}

.buttongame {
    background-color: #8a000d;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 15px;
}

.buttongame:hover {
    color: #fff;
    background-color: #a50312;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

.navbar>.container {
    flex-wrap: nowrap;
}

@media (max-width:500px) {
    .navbar>.container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.container {
    width: 100%;
    overflow: hidden;
}

.container img {
    text-align:center;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.buttons > .buttongame {
    min-width: 150px;
    text-align: center;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
    }
}
.dropdown-menu {
    border-radius: 0px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.centerimg {
    text-align:center;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
table {
      border-collapse: collapse;
      margin: 20px auto;
      width: 50%;
      text-align: left;
    }
    th, td {
      border: 1px solid black;
      padding: 10px;
    }
    th {
      background-color: #f2f2f2;
    }
    