/*ceci est le fichier CSS de ma page OST*/
.ost{
    border-top: solid orange;
    display: flex;
    justify-content: center;
    background-color: rgb(138, 74, 2);
    border-radius: 30px;
    
}
h4{
    text-align: center;
}
iframe{
    width: 300px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
p{
    width: 800px;
    color: white;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}
@media screen and (max-width: 1400px){
    p{
        width: 550px;
        font-size: 31px;
        text-align: justify;
    }
    .ost{
        display :flex;
        flex-direction: column;
        align-content: center;

    }
}