body{
    background: rgb(26, 26, 26);
    font-family: 'Source Code Pro', monospace;
}

.logo{
    width: 200px;
    height: 100px;
    position: sticky;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container{
    margin-top: 5%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10%;
}
.indexcontainer{
    margin-top: 10%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10%;
}
.container-item{
    width: 33%;
    height:100%;
    text-align: center;
    font-size: xx-large;
    color: inherit
}
.container-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
p{
    color: snow;
    text-decoration: none;
}

p :visited{
    text-decoration: none;
    color: snow;
}
p:visited { 
    text-decoration: hidden; 
   }


   .rscontainer{
    margin-top: 10%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.rscontainer-item{
    width: 33%;
    height:100%;
    text-align: center;
    font-size: xx-large;
    color: inherit
}
.rscontainer-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

p{
    text-align: center;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(15, 15, 15);
    color: white;
    text-align: center;
}

.container2{
    height: 200px;
    margin-top: 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10%;
}

.container2-item{
    width: 33%;
    height:100%;
    text-align: center;
    font-size: xx-large;
    color: inherit
}

.container3{
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10%;
    margin-top: 5%;
}

.container3-item{
    width: 33%;
    height:100%;
    text-align: center;
    font-size: xx-large;
    color: inherit;
    object-fit: fill
}

h1{
    color: snow;
    text-align: center;
}

@media (max-width: 800px) {
    .container3-item {
      flex-direction: column;
    }
  }


  /* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
    position: absolute;
    margin-top: -100px;
    margin-left: 200px;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .flasher {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }