.all{
  background-color: black;
position: relative;
display: flex;
align-items: center;
    background: url('tentang.jpg') right no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
background-position: center;
    color: aliceblue;
}
.card{
width: 300px;
left: 100px;   
}
.judul h2{
        font-weight: 300;
        font-size: 30px;
    margin-left: 10vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.judul h4{
        margin-left: 10vh;
        font-weight: 300;
        font-size: 25px;
}
.judul h1{
    font-weight: 800px;
    font-size: 48px;
    margin-left: 10vh;
}
.tombol {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-left: 9vh;
}


.tombol button {
    
  background: rgba(255, 255, 255, 0.1); 
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px); 
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.tombol button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}



footer {
    display: flex;
  position: fixed;          
  bottom: 0;                
  left: 100px;                  
  width: 100%;              

  color: white;
  text-align: start;
}
.social_media i{
    padding: 0 5px;
    color: #fff;
    opacity: 0.6s;
    font-size: 20px;


}

