*{
    margin: 0;
    padding: 0;
}
body{
    min-height: 100vh;
    background-image: url(stratedgenopc.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
nav{
    background-color: #c58de3;
    box-shadow: 3px 3px 5px rgba (0, 0, 0, 0.1);
    margin-bottom:80px;
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}
nav a {
height: 100%;
padding: 0  30px;
text-decoration: none;
display: flex;
align-items: center;
color: #f3e5f9;
}
nav a:hover{
    background-color: #8578a7;
}
nav li:first-child{
    margin-right: auto;
}

.dropup-content {
 background-image: url(stratedgenopc.jpg);
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  position: center;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

video {
    width: 100%;
    height: auto;
    max-width:450px;
}
.footer{
    height: 100px;
     background-color: #c58de3;
     position: relative;
}

.portal-header {
    background-color: #111111;
    padding: 30px 0;
    text-align: center;
}
.logo {
    display: block;
    margin: 0 auto 10px;
    width: 100px;
    height: auto;
}
h1 {
    font-size: 2.5em;
    margin: 10px 0;
}
.tagline {
    font-size: 1.2em;
    color: #bbbbbb;
}
.portal-nav {
    background-color: #222222;
    padding: 15px 0;
}
.portal-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.portal-nav ul li {
    display: inline;
    margin: 0 15px;
}
.portal-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: color 0.3s;
}
.portal-nav ul li a:hover {
    color: #00bfff;
}
.portal-content {
    width: 80%;
    margin: 40px auto;
    text-align: left;
}
.game-portal {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.game-card {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.1);
}
.game-image {
    width: 100%;
    border-radius: 5px;
    height: 180px;
    object-fit: cover;
}
.question {
    border-bottom: 2px solid #00bfff;
    padding-bottom: 5px;
    display: inline-block;
    align-items: center;
}

footer{
    
    width: 100%;
    color: white;
    text-align: center;
    height:75px;
}
main {
    max-width: 1024px;
    margin: 0 auto;
}
.test{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cards{
background: #eee;
  box-shadow: 0 8px 8px -4px lightblue;
width:calc(50% - 12px);
text-align:center;
}
.associates {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.associates .cards {
    background:transparent;
    box-shadow: none;
    width: calc(30% - 12px)
}
.testright{
    float: right;
  }
.test3{
    text-align: center;
    height: 300px;
   
}
.leftbox {
    float: left; 
    width: 33%; 
}

.middlebox {
    float: left; 
    width: 33%; 
}

.rightbox {
    float: right; 
    width: 33%; 
}
.imgsize{
    width:300px;
    height:350px;
}

.teaser {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

