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

header p {
            color:white ;
}

header .jumbotron img {
     width: 10%;
} 
                      
.jumbotron {
        font-size: 20px;
        padding: 60px;
        color: #faed25;
        background-color: #82c345;
        text-align: center;

}

nav { 
        top:0;
        position: sticky;
}
nav ul{
        background-color: #82c345;
        list-style: none;
        margin: 0;
        padding-left: 0;
        text-align: center;
}
nav li  {
        display: inline-block;
        padding: 16px;
}
nav li a{
            color: rgb(7, 7, 7);
            text-decoration: none;
}
nav li:hover   {
                    background-color: rgb(36, 89, 23);
                    cursor: pointer;
 }
main {
    padding: 20px;
    overflow: auto;
}

.content {
    float: left;
    width: 50%;
}

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

h2 {
    color: #47a43a;
}

.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: #122b24;
    text-align: center;
    color: aquamarine;
}

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

footer .imgn:hover {
    content: url(Asset/myphoto1.jpeg);
}

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

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

.glow:hover {
    color: white;
    text-shadow: 0 0 5px #ffee10;
}
