body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    margin: 0px 0px;
    padding:0px 0px;
    background-position: center;
}
.main-container {
    width: 100%;
    min-height: -webkit-fill-available;
    background-color: rgba(16,16,16, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
  
.textinthemiddle {
    font-family: 'Quicksand', sans-serif;
    /* background-color: red; */
    font-weight: 500;
    font-size: 4rem;
    color: beige;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}