* {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

body {
    width: 100%;
    height: 100%;
    background-image: url(images/bg.jpg);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    margin-top: 45px;
    font: 12px Verdana, Geneva, sans-serif;
    text-align: center;
   
}

.wrap {
    width: 990px;
    height: 230px;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
}



.content {
    width: 299px;
    padding: 0px 37px;
}

h1 {
    
    font-weight: bold;
    font-size: 48px;
    color: #00895F;
    letter-spacing: 1px;


}



