* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #728cff;
    font-family: sans-serif;
}
header div{
    height: 45vh;
    margin-top: 5vh;
}
header p {
    color: #ffff;
}
Header .Jumbotron{
    font-size: 25px;
    padding: 60px;
    text-align: center;
    color: yellow;
    background-color: #728cff;
}
header .jumbotron img {
    width: 20%;
}
img{
    width: 135px;
    height: 150px;
}
nav ul.nav{
    display: flex   ;
    justify-content: center;
    list-style-type:none;
    background-color: #0327ca;
 
   
}
nav li{
    padding: 15px 30px;
}
nav li:hover{
    background-color: #002eff;
   
}
nav li a {
    text-decoration: none;
    color:aliceblue;
}
main {
    padding: 20px;
    overflow: auto;
    display: flex;
}

.content {
    float: left;
    margin-left: 20px;
    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);
}
.content .card img{
    width: 100%;
    height: 100%;
}
h2 {
    color: #00e5f4;
}

.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%;
}
.sosmed a img {
    width: 50px;
    height: 50px;
}
.sosmmed a 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: #d9d9d9;
    color: black;
    text-decoration: none;
}
footer {
    padding: 5px;
    background-color: #001c9c;
    text-align: center;
    color: aquamarine;
}
footer .imgn {
    width: 5%;
    height: 5%;
}

footer .imgn:hover {
    content: url(Assets/avatar.png);
}
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;
}
