* {
    margin: 0;
    padding: 0;
}

.email {
    text-decoration: none;
    color: white;
}

body {
    font-family: proxima-nova,
        sans-serif;
}

.background {
    background-image: url(/image/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.background-store {
    background-image: url(/image/static-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}

.p1 {
    color: white;
    font-size: 24px;
    margin-bottom: 90px;
}

.p2 {
    color: white;
    font-size: 20px;
    margin-bottom: 50px;
}

.static {
    width: 100%;

}

.container {
    margin: 0 auto;
    padding: 0;
    width: 700px;
    text-align: center;
    top: 20vh;
    position: relative;
}

.container-1 {
    margin: 0 auto;
    padding: 0;
    width: 700px;
    text-align: center;
    top: 50vh;
    position: relative;
}


.logo {
    margin-bottom: 101px;
    width: 100%;
    max-width: 369px;
}

.h1 {

    color: white;
    font-size: 85px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 50px;
}

.h4 {
    color: white;
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 18px;
    margin-top: 150px;
}

.h41 {
    color: white;
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    margin-bottom: 18px;
    margin-top: 50px;
}

.link {

    color: #036AB3;
    font-size: 58px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    background-color: white;
    padding: 26px 80px

}

.link-1 {

    color: white;
    font-size: 10px;


}

.link:hover {
    background-color: #036AB3;
    color: white;
}