@font-face{
    src: url(fonts/ONEDAY.ttf);
    font-family: oneday;
}
*{
    margin: 0px;
    padding: 0px;
}

header{
    border: 10px solid transparent;
}

body{
    
    margin: 50px;
    background-image: url(0.jpg);
    background-size: cover;
    }

div{
    padding: 30px   ;
}


p:hover{
    transform: scale(1.15);
    transition: 0.5s;
}

h2{
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: oneday;
    text-decoration: dashed;

}

h4{
    color: white;
    font-family: oneday;
    text-align: center;
}

h4:hover{
    transform: scale(1.15);
    transition: 0.5s;
}
img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border:1px solid honeydew;
    width: 800px;
    height: 500px;

}

img:hover{
    transform: scale(1.15);
    transition: 0.5s;
}
.responsive{
    width: 100%;
    max-width: 800px;
    height: auto;
}
p{
    color:rgb(255, 255, 255);
    font-family: oneday;
    font-size: 50px;
    text-align:center;
    
}
ul li{
    display: inline-block;
    
}

ul li a{
    text-decoration: none;
    font-family: oneday;
    color: rgb(255, 255, 255);
    padding: 10px 100px;
    border: 1px solid transparent;
    transition: 0.5s ease;
}

ul li a:hover{
    background-color: rgba(90, 85, 85, 0.692);
    opacity: 0.8;
    /* color: white; */
}

ul li.active a{
    color: white;
    
}

  #wrapper{
    width: 70px;
    height: 70px;
    margin: 60px;
    display: inline-flex;
    padding-left: 30%;
}

.box{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    font-family: entypo;
    color: #212121;
    background: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    cursor: pointer;
    margin: 10px;
}

.box:hover{
    color: white;
    transform: scale(1.15);
    transition: 1s;

}
#facebook:hover{
    background-color: rgb(59,89,152);
    box-shadow: inset 0 0 0 22px #3A5795;
    transform: rotate(360deg) scale(1.15);
    transition: 1s;
}
#instagram:hover{
    background-color: darkviolet;
    box-shadow: inset 0 0 0 22px #3A5795;
    transform: rotate(360deg) scale(1.15);
    transition: 1s;
}
#google:hover{
    background-color: rgb(221,75,57);
    box-shadow: inset 0 0 0 22px #3A5795;
    transform: rotate(360deg) scale(1.15);
    transition: 1s;
}
#linkedin:hover{
    background-color: black;
    box-shadow: inset 0 0 0 22px #3A5795;
    transform: rotate(360deg) scale(1.15);
    transition: 1s;
}