.header > h1 {
    color: #FDDE55;
    font-size: 63px;
    padding: 10px;
    text-align: center;
}
.header {
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)) , url(imgUKK/perpustakaan1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100dvw;
    
}
.kage {
    display: flex;
    align-items: center;
    height: 30rem;
    gap: 20rem;
}
.textt > p {
    color: white;
    width: 40rem;
}
.header {
    padding: 50px 40px;
}
.container {
    background-color: #FDDE55;
}
.imagees > img{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    border: 5px solid white;
}
.textt > h1 {
    color: #37AFE1;
    font-size: 42px;
}