

body{
    /* background: url('../images/Background.jpg'); */
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
    width: 250px;
    margin: 0px auto;
    margin-top: 40px;
}
.logo img{
    width: 250px;
}
.social-fb{
    max-width: 250px;
    margin: 0px auto;
    margin-right: 50px;
    margin-bottom: 15px;
}
.social-insta{
    max-width: 250px;
    margin: 0px auto;
    margin-left: 50px;
    margin-bottom: 40px;
}