*{
    margin: 0;
    padding: 0;
}

body{
    background: url('/img/bg-trakindo-l2.jpg.webp') no-repeat fixed center center/cover;
    background-color: rgb(36, 35, 35);
    font-family: "Roboto Condensed", sans-serif;
   
    height: 100%;
}

.container{

height: auto;
display: flex;
justify-content: center;
flex-direction: column;
margin: auto;
margin-top: 20px;
}

.image{
  text-align: center;
  margin-bottom: 30px;
}

 .name{
     text-align: center;
     color: black;
     font-family: "Roboto Condensed", sans-serif;
     font-size: 24px;
 }
 .discription{
     text-align: center;
     color: white;
     font-family: "Roboto Condensed", sans-serif;
 }

  .link{
    text-align: center;
    height: 70px;
    width: 100%;
    background-color: #f1f3f5;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 10px;
    border-radius: 6px;
    box-shadow: 2px 1px 10px 2px #000000d1;
    opacity: 0.80;
    color: black;
    text-decoration: none;
    font-weight: bold;
      
  }
  .link:hover{
    opacity: 0.9;
    background-color: #ffcc33;
    text-decoration: none;
  }
  .fab, .fa{
      margin: 0 0;
      color: black;
      font-size: 24px;
      margin-top: 12px;
  }
  .platform{
      color: black;
      text-decoration: none;
      width: 90%;
  }

  .fa-facebook {
        color: #3b5998;         
 }
 .fa-linkedin-in {
        color: #0e76a8;         
 }     
 .fa-whatsapp {
        color: #128C7E;         
 } 
 .fa-instagram {
        color: #E1306C;         
 }
 .fa-youtube {
        color: #FF0000;         
 }
.fa-app-store {
  color: #3BCCFF;         
}