header {
    background-color: #9f0404;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    padding: 10px 0;
}

h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.image-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .image-container img {
    flex: 1 1 0;
    max-width: 180px;
    aspect-ratio: 1/1;
    object-fit: cover;
    min-width: 0;
}

body {
    background-color: #dedede;
    font-family: Arial, sans-serif;
    padding-left: 10px;
    margin: 0;
    padding: 0;
}

#main {
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#embed {
    margin: 0 auto;
    justify-content: center;
    width: 80%;
    text-align: center;

    iframe {
        width: 100%;
        height: 500px;
    }
}

.the-icons {
    margin-top: 10px;
    padding-bottom: 40px;
}

#icons-header {
    font-size: 40px;
}

#trends {
    margin-top: 10px;
    padding-bottom: 40px;
    iframe {
        width: 100%;
        height: 500px;
    }
}