.full-screen-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.container-body {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 20px; 
    border-radius: 10px; 
}


.text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
    padding: 0 20px; 
}


.text-block {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgb(216, 47, 47);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 100%; 
    height: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: left; 
    font-size: calc(1vw + 1vh + 0.5vmin);
}

.image-container, .text-container {
    height: 100%;
}

.text-container p {
    margin: 0;
    text-align: justify;
    font-size: calc(1.5vw + 1.5vh + 1vmin); 
    line-height: 1.5;
}

#logo{
    background-color: white;
    width: 13vw;
    height: 9vh;
}