body {
    background-image: url('../images/tell me grey1.png');
}


.title {
    width: 100%;
    height: 30px;

    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    width: 100%;
    height: 50vw;

    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: top;
 
}

.video {
    position: relative;
    width: 100%;
    
    background-color: indianred;
    border-radius: 30px;
    box-shadow: rgba(234, 25, 25, 0.4) 2px 2px 10px 0px;
    max-width: 854px;
    max-height: 480px;
}

.video iframe {
    position: absolute;
    margin: auto auto;
    top: 0;
    right: 0;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    max-width: 854px;
    max-height: 480px;
}

.line {
    width: 95%;
    height: 5px;
    background-color: crimson;
    
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
  

}

.text1 {
    margin: auto auto;
box-sizing: border-box;
color: rgb(0, 0, 0);
display: block;
font-family: Montserrat, sans-serif;
font-size: 26.6px;
font-weight: 700;
height: 39.9px;
line-height: 39.9px;

max-width: 100%;
}

p {
    /* Відцентрувати горизонтально*/
    text-align: center;
  }

s {
    text-align: center;
}

.logo1 {
    position: absolute;
    width: 50%;
    margin-right: 0;
    margin-left: 45%;

    /*max-height: 125px;
    max-width: 250px;
                    */
    
    display: flex;
    
    
}

.logo {
    position: relative;
    width: 98%;
    margin: 0 auto;
    background-color: rgb(249, 249, 246);
    border-radius: 5px;
    box-shadow: rgba(234, 25, 25, 0.4) 2px 2px 10px 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.top {
    padding-bottom: 25%;
    background-color: #dcdcdcc2;
    margin-bottom: 15px;
    margin-top: 15px;
}