body{
    background-color: #38444d;
    color: #c8dfcd;
}
h1{
    text-align: center;
}
iframe{
    width: 100%;
}
.container {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1010px) {
    .container {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    .container {
        width: 100%;
    }
    iframe{
        height: 563px;
    }
}

.fbInnerText{
    display: inline-block;
    width: 49%;
    text-align: center;
    position: relative;
    top: -250px;
    font-size: 30px;
}
.fbInnerText p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.twitterInnerText{
    display: inline-block;
    width: 40%;
    text-align: center;
    font-size: 30px;
    position: relative;
    top: -350px;
}
.twitterInnerText p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.linkedinInnerText{
    display: inline-block;
    width: 40%;
    text-align: center;
    font-size: 30px;
}
.linkedinInnerText p{
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: -150px;
}
.instagramInnerText{
    display: inline-block;
    width: 40%;
    text-align: center;
    font-size: 30px;
    width: 650px;
}
.instagramInnerText p{
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: -150px;
}
.twitter {
    display: inline-block;
}
.linkedin {
    display: inline-block;
}
.instagram{
    display: inline-block;
}
a:link{
    color: #3b6b45;
}
a:visited{
    color: #04721a;
}
a:hover{
    color: pink;
}