body {
    margin: 0;
    opacity: 1;
}

html,
body,
.container {
    height: 100%;
    width: 100%;
}
.wrapper {
    height: 100%;
    width: 100%;
    
}
.main_img {

    height: 100%;
    width: 100%;
    background: url('../img/1main_img.png') no-repeat;
    background-size: 70% auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;

     display: flex;
     flex-direction: column;
     align-content: flex-end;
    justify-content: space-between;
   
     
}
.main_numbers {
    display: flex;
    justify-content: center;
    color: white;

}
.main_numbers_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
}