

body,
a {
    color: #fff;
    font-size: 18px;
    font-family: "ff-utility-web-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-shadow: 2px 3px 3px #000;
}

.copyright {
    position: absolute;
    bottom: 15px;
    width: 100%;
    font-size: 15px;
}
.bold {
    font-family: "ff-utility-web-pro", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 20px;
    color:#738565;
}
.parent,
html,
body {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    min-height: 600px;
    margin: 0;
}

.bg {
    //display:block;
    //margin:auto;
    //width:100%;
    //max-width:1600px;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.logo {
    margin: auto;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
   
}

.text {
    margin-top: 15px;
}
.logo-div {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 340px;
   
}