header{
    color: #E9967A;
    text-align: center;
    background-color: #fff2e6;
    padding: 1rem;
}

.flex-container {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    
}

#desc{
    padding: 10px;
    margin: 10px;   
    padding-left: 450px;
    padding-right: 450px;
}

.pictures{
    height: 400px;
    width: 650px;
    align-items: center;
}
.pictures1{
    height: 500px;
    width: 450px;
    align-items: center;
}

@media (max-width: 1366px) {
    .flex-container {
      flex-direction: column;
    }
    #desc{
        padding: 10px;
        margin: 10px;
        padding-left: 400px;
        padding-right: 400px;   
    }
    .pictures{
        height: 350px;
        width: 550px;
        align-items: center;
    }
    .pictures1{
        height: 300px;
        width: 350px;
        align-items: center;
    }
  }

@media (max-width: 800px) {
    .flex-container {
      flex-direction: column;
    }
    #desc{
        padding: 10px;
        margin: 10px;   
    }
    .pictures{
        height: 200px;
        width: 350px;
        align-items: center;
    }
    .pictures1{
        height: 200px;
        width: 250px;
        align-items: center;
    }
  }

