
body {
    font-family: "Open Sans", Arial, sans-serif;
    background-color: #ffffff;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #4a4a4a;
    word-wrap: break-word;
    font-weight: 400;
    display: flex;
    width: 100vw;
   
}

main {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
 

}

.firstSection {
    font-size: 14px;
    color: #4a4a4a;
    position: absolute; 
    top: 0; 
    left: 0;
    padding:0;
    height:40px;
    background-color: #BE0000;
    width: 1920px;
   
}
.sectionBox{
    box-sizing: border-box;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px; 
    align-items: center;
    height: 100%;
    align-items: center;


}

.col{
    color: #FFFFFF;
    border: 0;
    font: inherit;
    font-family: inherit;
    font-size: 12px; 
    font-weight: 600;
    
}
.col a{
        text-decoration: none; 
        color: inherit; 
      

}
.secondSection{
    display: block;
    box-sizing: border-box;
    width: 1920px;
    margin-top: 50px;
}
.container{
    margin:10px 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    align-items: center;
    
}
.card {
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4;
}
.card h2{
    font-weight: 600;
    margin: 40px 0;
    color: #333;
    line-height: 1.4;
}

#footer {
    background-color: #838181;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: start;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto; 
  }
  
  .footercol {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
  }

.wikiSec{
    background-color: #646262db;
    width: 1920px;
    margin: 0;
    display: flex;
    justify-content:center;
    height: 30px;
    
}

.wikirow{
    
    width: 100%;
    max-width: 1140px;

}
.wikielement{
    color: #fff;
    text-decoration: none;
   
}
  
#footer ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
  

}
#footer li{
    margin-top: 10px;
}




  
  
  
  
