*{
    margin: 0 auto;
    padding: 0;

}

.container {
    padding: auto;
    
}

body {
    padding-top: 2%;
    align-content: center;
    font-family: sans-serif;
    max-width: 840px;
    
}

.aplikasi{
    height: fit-content;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 1%;
    color: rgb(61, 255, 71);
    background: linear-gradient(to right, rgba(200,107,142,1), rgba(218,105,250,1),
    rgba(110,125,253,1)) ;
}

.content{
    background-color: rgb(175, 192, 207);
    height: 100%;
}

.content img {
    padding: 2%;
}

.aplikasi nav h2{
    font-size: 1,5
}

.container div{
    text-align: center;
}

.content p {
    font-size: 2em;
    color: blue;
}

.action-btn {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 800;
    background: #567bfb;
    padding: 0.5em 2em;
    border-radius: 60px;
    margin: 1em 0;
    transition: 0.3s;
}


.content ul a {
    font-weight: 300;
    font-size: 1.3em;
    color: #ffffff;
}


.footer {
    text-align: center;
    background: linear-gradient(to right, rgba(200,107,142,1), rgba(218,105,250,1),
    rgba(110,125,253,1)) ;
    padding: 2%;
}

.footer p{
    font-size: 16px;
    color: antiquewhite;
}
