header{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 20vh;
}
header .logo{
    position: absolute;
    width: 300px;;
    bottom: 20px;
    left: 20px;
}
nav{
    background: #FAFAFA;
    padding: 5px
}
nav ul{
    display: block;
    list-style: none;
    margin: 10px 0
}
nav ul li{
    display: inline-block;
    margin-right: 15px;
}
nav ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 8px 10px;
    font-size: 20px;
    text-transform: uppercase;
}

main{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 80vh;
}
main .box{
    margin: 0 auto;
    background: #FAFAFA;
    min-height: 80vh;
    width: 70%;
    padding: 20px;
}
.card{
    background: #FAFAFA;
    border-radius: 0;
    border: 0;
}
.pagination{
    list-style: none;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 600
}
.pagination li a{
    margin: 0 20px;
    color: #000
}

.about-social-links{
    display: flex;
}
.about-social-links div{
    margin-right: 10px;
}
.about-social-links .facebook{
    background: #4267B2;
    padding: 5px 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.about-social-links .instagram{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.about-social-links .twitter{
    background: #1DA1F2;
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.about-social-links .tumblr{
    background: #000;
    padding: 5px 11px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}