 .background-div {
    width: 100%;
    height: 100%;
    background-image: url('/public/default_page/images/tefood_public_horizontal_background.jpg');
    background-size: 100% 100%;
}

.logo {
	top: 10%;
}

.container {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}

.image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

 .text {
 	background-color: #fff;
 	opacity: 80%;
 	border-radius: 25px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
    margin-top: 20px;
}

.sentence_2 {
	padding-top: 20px;
}

.sentence_3 {
	padding-top: 20px;
}

.sentence_4 {
	padding-top: 20px;
}

@media only screen and (max-width: 600px) {
	.background-div {
        width: 100%;
        height: 100%;
        background-image: url('/public/default_page/images/tefood_public_vertical_background.jpg');
        background-size: 100% 100%;
    }
}