*{box-sizing: border-box;}
body{
    background-image: url(CreateCode.png);
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0s;
}


header .jumbotron{
    font-size: 20px;
    padding: 60px;
    text-align: center;
    color: yellow;
    background-color: rgb(125, 129, 179);
}

header .jumbotron img{
    width: 10%;}

    nav{
        top: 0;
        position: sticky;
    }
    nav ul{
        background: #18254a;
        list-style: none;
        margin: 0;
        padding-left: 0;
        text-align: center;
    }
    nav li{
        display: inline-block;
        padding: 16px;
    }
    nav li a{
        color: #fff;
        text-decoration: none;
    }
    nav li:hover{
        background: #122b24;
        cursor: pointer;
    }

main{
    padding: 20px;
    overflow: auto;
}

.content{
    float: left;
    width: 50%;
}

.card{
    margin-top: 20px;
    padding: 30px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 4px 8px black;   
}

h2{
    color: darkblue;
}

.featured-image{
    width: 100%;
}

button {
    background-color: #edd478; 
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease, border-radius 0.3s ease;
    bottom: 500%;
    width: 300px;
    height: 50px;
  }

button:hover{
    opacity: 0.7s;
    border-radius: 30px;
}

.leftside{
    float: left;
    width: 25%;
    padding-right: 20px;
    border-radius: 20%;
}

.leftside img{
    width: 100px;
    height: 100px;
}

.profile{
    text-align: center;
    background-color: white;
}

.rounded{
    border-radius: 50px;
}

.leftside .sosmed img{
    width: 60px;
    height: 60px;
}

.leftside .sosmed img:hover{
    opacity: 0.7s;
}

.rightside{
    text-align: center;
    float: right;
    width: 25%;
    padding-left: 20px;
    border-radius: 20%;
}

.rightside img{
    width: 100px;
    height: 100px;
}

.rightside button{
    width: 150px;
    height: 40px;
}

footer{
    padding: 6px;
    background-color: #18254a;
    text-align: center;
    color: white;
}

footer img{
    width: 50px;
    height: 50px;
}
  