* {
    margin: 0;
    padding: 0;
}

body{
    background: #1d1e1f;
    color: rgb(248, 248, 248);
}

.gold{
    color: gold;
}

h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0px;
}

.showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.showcase h1{
    font-size: 30px;
}

.showcase button{
    font-size: 13px;
    margin: 10px 0 10px 0;
    background: none;
    color: gold;
    border: 2px gold solid;
}

.showcase button:hover,
.showcase button:focus,
.showcase button:active {
    background: gold;
    color: #000;
    border: 2px gold solid;
    box-shadow: none;
}

.showcase p{
    font-size: 13px;
    padding: 10px 0 10px 0;
}

.showcase p a{
    color: aliceblue;
}

.showcase p a:hover{
    text-decoration: none;
}

.showcase p i{
    margin: 0 15px 0 15px;
}

/* details */

.details .middle,
.details .right{
    padding: 10px;
}

.details .left{
    padding-bottom: 10px;
}

.details .square{
    border: 1px aliceblue solid;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: gold;
}

.details img{
    width: 100%;
}

.details .desc{
    font-size: 12px;
    padding: 10px 0 10px 0;
}

.details button{
    font-size: 12px;
    margin: 10px 0 10px 0;
    background: gold;
    color: #000;
    border: 2px gold solid;
}

.details button:hover,
.details button:focus,
.details button:active {
    background: none;
    color: gold;
    border: 2px gold solid;
    box-shadow: none;
}

/* skills */

.skills{
    padding: 10px 0 10px 0;
}

.skills .skill{
    background: #161616;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.skills .skill i{
    font-size: 50px;
    margin-bottom: 20px;
}

.skills .skill h3{
    font-size: 20px;
    margin-bottom: 20px;
}

.skills .skill p{
    font-size: 12px;
}

/* projects */

#projects {
    padding: 20px 0 20px 0;
}

#projects h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: gold;
}

#projects p{
    padding: 10px 0 10px 0;
    font-size: 12px;
    text-align: center;
}

.owl-carousel .item{
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.owl-carousel .item h2{
    font-size: 15px;
}

.owl-carousel .item img{
    height: 200px;
}

.owl-carousel .item p{
    padding: 10px;
}

.owl-carousel .item div{
    background: #161616;
}

.owl-nav{
    font-size: 50px;
    text-align: center;
}

.owl-nav .owl-prev{
    margin-right: 10px;
}

.owl-nav .owl-next{
    margin-left: 10px;
}

/* footer */

footer{
    padding: 10px 0 10px 0;
    background: #161616;
}

footer h4{
    margin-bottom: 20px;
    font-size: 20px;
}

footer p{
    font-size: 12px;
    padding: 10px 0 10px 0;
}

footer .square{
    padding: 10px;
}

footer .square button{
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
}

footer b{
    font-size: 15px;
}