body {
    background-image: url(https://images.pexels.com/photos/1591447/pexels-photo-1591447.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    /* background-repeat: no-repeat; */
    background-position-x: center;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: cover;
   
    
   
}
.main-content {
   
   
}
.background-content {
    background-color: grey;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    margin-left: 10vw;
    margin-right: 10vw;
    height: 80vh;
    opacity: 50%;
    filter: blur(8px);
}
.content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-image {
    align-items: center;
    justify-content: center;
    display: flex;
}
#img1 {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 4px 2px 13px 0px rgba(75,125,108,0.7);
-webkit-box-shadow: 4px 2px 13px 0px rgba(75,125,108,0.7);
-moz-box-shadow: 4px 2px 13px 0px rgba(75,125,108,0.7);
}

.facebook {
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 20px;
    background-color: skyblue;
    margin: 30px;
    width: 30vw;
    height: 5vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    margin-top: 10vh;  
   
    
}
.facebook:hover {
    background-color: antiquewhite;
    transition: .4s easy-in-out;
    box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
    -webkit-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
    -moz-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
}

.twitter {
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 20px;
    background-color: skyblue;
    margin: 30px;
    width: 30vw;
    height: 5vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none; 
}
.twitter:hover {
    background-color: antiquewhite;
    box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
    -webkit-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
    -moz-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
}
.instagram {
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 20px;
    background-color: skyblue;
    margin: 30px;
    width: 30vw;
    height: 5vh;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none; 
    
}
.instagram:hover {
    background-color: antiquewhite;
    box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
-webkit-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
-moz-box-shadow: 4px 8px 6px 0px rgba(75,125,108,0.7);
}