
body{
    background-image: url(images/tumblr_f5564a1158a534c3fbb47cf5e4bacf01_4fb6fb7f_250.webp);
    background-attachment:fixed;
    background-position: top;
    background-repeat: repeat;
}

.opacity{
    border:10px solid;
    border-image-source: url(images/tumblr_92b7458f799a7d59cf115499c593e60e_485800f0_540.jpg);
    border-image-slice:fill 1;
    opacity: 0.8;
}

.multibg{
    width: 100%;
    height: 940px;
    background-image: url(images/tumblr_f5564a1158a534c3fbb47cf5e4bacf01_4fb6fb7f_250.webp);
    background-repeat:repeat;
    padding-top:1px;
    position: relative;
}

#bigbox{
    border: black 10px dashed;
    width: 1600px;
    height: 830px;
    position:static;
    margin-top:80px;
    margin-left: auto;
    margin-right: auto;
}

#box1{
    border: gray 15px solid;
    height:800px;
    width:700px;
    background-color: darkgrey;
    position: absolute;
    box-shadow: 3px 3px 3px #343434;
}

/*box1 contents; social=social buttons, me=icon, h1,p=text*/
.social{
    height: 100px;
    padding-top: 100px;
    padding-left: 65px;
    padding-right: 65px;
}

#me{
    height: 280px;
    position: absolute;
    margin-left:-140px;
    margin-top:-590px;
}

h1{
    text-align:end;
    font-size: 84px;
    margin: auto;
    padding: 10px;
    
}

p{
    font-size: 24px;
    width: 500px;
    text-align: end;
    position: relative;
    margin-left:180px;
}


#box2{
    border: gray 15px solid;
    height:800px;
    width:700px;
    background-color: darkgray;
    position:relative;
    margin-left: auto;
    box-shadow: 3px 3px 3px #343434;
}

/*box2 contents; click=buttons*/

.click{
    height: 200px;
    position:relative ;
    margin-left: 130px;
    margin-right: 130px;
    margin-top:30px;
    margin-bottom: 30px;
}

/*business men collection & money gif*/

#bm1{
    height: 470px;
    position: absolute;
    margin-top: -630px;
    margin-left: -180px;
    rotate: 50deg;
}

#bm2{
    height: 780px;
    position: absolute;
    margin-top: -740px;
    margin-left: 1300px;
}

#bm3{
    height: 1000px;
    position: absolute;
    margin-top: -1500px;
    margin-left: 550px;
    rotate: 180deg;
}

#moni1{
    height: 150px;
    position: absolute;
    margin-top: -160px;
    margin-left: -140px;
}

#moni2{
    height: 150px;
    position: absolute;
    margin-top: -400px;
    margin-left: 745px;
}