body{
    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../img/dino.jpg);
    Background-size: cover;
    background-position: center center;
    overflow: hidden;
    box-shadow: inset 0px 0px 39px 20px #000000;
}

.header{
    padding-left: 65px;
    padding-top: 65px;
    padding-right: 65px;
   
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
}

.social-links{
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

li{
    list-style-type: none
}

.links{
    padding-left: 25px;
    text-decoration: none;
    
}

.footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 65px;
    margin-top: auto;
}

.ex-links{
    text-decoration: none;
    color: #d0d7ce;
    font-size: 20px;   
    transition: all 0.5s ease;
    text-transform: uppercase;
    margin-top: 5px;
}

.ex-links:hover{
    color: #ffffff;
}

.icon{
    width: 37px;
    height: 21px;
    fill: #ffffff;
    
}

.sp-icon{
    width: 21px;
    height: 21px;
}

.bk-icon{
    width: 37px;
    height: 22px;
}

.ig-icon{
    width: 21px;
    height: 21px;
}

.social_new  {
    height: 21px;
    margin-left: 40px;
}

.social_new img {
    max-height: 100%;
    max-width: 100%;
    transition: all 1s ease;
}
.social_new img:hover {
    transform: scale(1.1);
    filter: invert(77%);
}
