*{
    font-family: 'Dosis', sans-serif;
}

  body {
    font-family: Arial;
    color: white;
  }
  
  .split {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
    
  }
  
  .left {
    left: 0;
    background-color: #007B5E;
    width: 30%;
  }
  
  .right {
    right: 0;
    background-color: #F5F3EB;
    width: 70%;
    background-image: url('image/fond.png');
    
  }
  
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  ul{
      list-style-type: none;
      text-align: start;
  }

  #bw{
      height: 450px;
      width: auto;
  }

  #download{
      display: flex;
      background-color: #007B5E;
      color: white;
      padding-top: 1px;
      padding-bottom: 1px;
      border: solid 1px white;
      text-align: center;
      width: 100%;
      border-radius: 5px;
  }

  #download:hover{
      opacity: 0.5;
  }
  #googleplay{
      align-items: center;
      padding-top: 1rem;
  }
  
#apple{
    display: flex;
    background-color: #007B5E;
    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    border: solid 1px white;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    
}

#apple:hover {
    opacity: 0.5;
}
#applestore{
    align-items: center;
    padding-top: 1rem;
}

#wrapper{
    display: grid;
    grid-template-columns: auto auto ;
    grid-gap: 4rem;

}

#applelogo{
 padding: 0.3rem;
 height: 4rem ; 
 width: 4rem;
}
#androidlogo{
    height: 5rem ; 
    width: 5rem;
}

  .fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 5%;
    border: white 1px solid;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  
  
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }

  .socialmedia{
      
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  }

  #brocklogo{

    font-size: 40px;
    font-weight: bolder;
  }

  #wildlogo{
      color: #ffc876;
      font-size: 40px;
      font-weight: bolder;
  }

  #title{
    font-weight: bolder;
     font-size: 30px;
     color: #162B3F;
  }

  a{
      text-decoration: none;
  }