.home {
    height: 100vh;
    padding: 60px;
    background-color: aliceblue;
    text-align: bottom;
   font-family: arial,sans-serif;
    
}

.about{
    padding: 20px;
    background-color: aliceblue;
    animation-delay: 0.5s;
}
.hobi {
    background-color: aliceblue;
}
.contact{
    background-color: aliceblue;
    padding: 10px;
}
.project {
    height: 100vh;
    padding: 10px;
    background-color: aliceblue;
    text-align: center;
    border: white;
    
}
.project h1 {
  font-size: 36px;
  margin-top: 20vh; /* Atur nilai margin-top sesuai kebutuhan */
  margin-bottom: 20vh; /* Atur nilai margin-bottom sesuai kebutuhan */
  text-align: center;
}


.project button {
    font-size: 48px;
    padding: 35px 40px;
    border-radius: 20px;
}
.col-md-8 a {
  color: black; /* Warna putih */
  text-decoration: none; /* Menghilangkan garis bawah pada tautan */
    font size: 30px;
    transition: color 0.3s ease-in-out;
}

.col-md-8 a:hover {
  color: red; /* Warna abu-abu muda saat hover */
}


