* {
    box-sizing: border-box;
}
body {
        margin: 0;
        padding: 0;
        background-color: #b18aef;
        font-family:" sans-serif";
}

header p {
            color:rgb(166, 123, 250) ;
}

header .jumbotron img {
     width: 10%;
} 
                      
.jumbotron {
        font-size: 20px;
        padding: 60px;
        color: #5407c8;
        background-color: #6732b1;
        text-align: center;

}

nav { 
        top:0;
        position: sticky;
}
nav ul{
        background-color: #7745c3;
        list-style: none;
        margin: 0;
        padding-left: 0;
        text-align: center;
}
nav li  {
        display: inline-block;
        padding: 16px;
}
nav li a{
            color: rgb(254, 253, 253);
            text-decoration: none;
}
nav li:hover   {
            background-color: rgb(40, 12, 78);
            cursor: pointer;
 }
main {
    padding: 20px;
    overflow: auto;
}

.content {
    margin: auto;
    width: 50%;
    color: #4f0da4;
}

.card {
    margin-top: 20px;
    padding: 30px;
    border-radius: 5px;
    background-color: #dfcdfa;
    box-shadow: 0 4px 8px 0 rgba(9, 9, 9, 0.2);
}

h2 {
    color: #7802f6;
}

.featured-image {
    width: 100%;
}
.leftside {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.leftside img {
    width: 100px;
    height: 100px;
}
.profile {
    text-align: center;
}
.rounded {
    border-radius: 50%;
}
.leftside .sosmed img {
    width: 50px;
    height: 50px; 
}
.leftside .sosmed img :hover {
    opacity: 0.7;
}
.rightside {
    float: right;
    width: 25%;
    padding-left: 20px;
}

.rightside img {
    width: 120px;
    height: 120px;
}

.articles li:hover {
    background-color: limegreen;
}
.content a:hover{
    background-color: green;
    color: white;
    text-decoration: none;
}

footer {
    padding: 5px;
    background-color: #22122b;
    text-align: center;
    color: rgb(200, 127, 255);
}

footer .imgn {
    width: 5%;
    height: 5%;
}

footer .imgn:hover {
    content: url(Asset/nadmiklogo.png);
}

footer .imgx {
    width: 5%;
    height: 5%;
    text-align: center;
    line-height: 63px;
    background: #ffffff;
    border-radius: 56%;
    font-size: 30px;
    color: #fdfafa;
    transition: 5s;
}

footer .imgx:hover {
    background: #531875;
    box-shadow: 0 0 15px #331044;
}

.glow:hover {
    color: white;
    text-shadow: 0 0 5px #cdaafb;
}
.tabel{
    background: linear-gradient(rgb(55, 3, 75), rgb(235, 167, 244));
    color: #fcfbf9;
    text-align: center; 
    left: 50%;
    background-color: white;
    padding: 13px;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
