.body{
    font-family: Arial, Helvetica, sans-serif;
}

.sekolah{
    width: 10px;
    height: 10px;
}

.footer{
    color: white;
    text-align: center;
    height: 100px;
    margin-top: 30px;
    padding-top: 40px;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 5px;
}

.img {
    width: 100%;
    border-radius: 20px;
}
.box {
    padding: 10px;
}