.App-body{
    background: url("background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*display: grid;*/
    /*grid-template-rows: 30% 45% 25%;*/
    /*margin-left: 3%;*/
}

.App-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
    margin-left: 0px;
}
h1{

    margin-left: 25%;
}
/*body {*/
/*    margin-left: 25%;*/
/*}*/

@media screen and (max-width: 765px) {
    .App-header {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 100%;
        justify-content: center;
    }
    .App {
        grid-template-rows: 40% 36% 24%;
        background-size: cover;
        overflow: hidden;
    }
    .hms-logo {
        justify-self: center;
        margin-top: 0 !important;
    }
    .lifepack-logo {
        justify-self: center;
        margin-top: 16px!important;
        margin-left: 0px!important;
    }
    .social-buttons {
        margin-top: 38px;
    }
    .App-footer {
        justify-self: center;
    }
    .order-costume {
        margin-left: 0!important;
    }
}

@media screen and (max-width: 460px){
    .App-body {
        margin-left: 12%;
    }
    .order-costume {
        margin-left: -28px!important;
    }
}

.lifepack-logo {
    margin-top: 74px;
    margin-left: 89px;
}

.hms-logo {
    margin-top: 50px;
    height: 120px;
    cursor: pointer;
}

.title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 114.69%;
    letter-spacing: 0.075em;
    color: #094378;
    margin-top: 30px;
}


.loading-image {
    width: 50%;
    margin-left: 25%;
}

.loading {
    font-family: WeblySleek UI;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    color: #282828;
    height: 40px;
    margin-left: 40%;
}

.order-costume {
    font-size: 16px;
    margin-top: 60px;
    font-family: Roboto, sans-serif;
    color: #094378;
    margin-left: 35%;
}

.App-footer {
    display: grid;
    grid-template-rows: 3fr 1fr;
}

.contacts {
    display: grid;
    justify-self: right;
    margin-right: 5%;
    margin-top: 60px;
}

.social-buttons {
    margin-top: 0px;

}
.logo {
    background-size: cover;
}