.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

body{
    background: #0077b6;
}

.text{
    position: absolute;
    bottom: -85px;
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
  }

.container{
    width: 100%;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }