html {
    background-color: rgb(0, 0, 0);
    font-family: Impact;
    font-size: 25px;
    color: white;
    margin: 0;
    padding: 0;
}
header {
    display: flex;
}
.header-text {
    margin-left: 10px;
    text-align: center;
    border: solid;
    border-radius: 15px;
    width: 95%;
}
#Toki-Logo {
    width: 320px;
    height: fit-content;
    margin-left: 10px;
}
#CHOMPO-logo {
    border: solid;
    border-color: rgb(0, 0, 0, 0);
    border-radius: 15px;
    height: fit-content;
}
main {
    margin-top: 5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.Listen,
.Trailer,
.Battlepass,
.Newsletter {
    border: solid;
    border-radius: 15px;
    margin: 5px;
    text-align: center;
    padding: 5px;
    overflow: hidden;
}

iframe {
    border: solid;
    border-radius: 10px;
    border-color: rgb(0, 0, 0, 0);
}
a {
    text-decoration: none;
}
footer {
    background-color: rgb(25, 25, 25);
    font-family: monospace;
    font-size: 20px;
    color: rgb(255, 255, 255);

    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    position: static;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 500px;
}
/* .flex{
    width: 100%;
} */
@media (min-width: 946px) {
    .header-text {
        font-size: 20px;
    }
}
@media (max-width: 636px) {
    /* #Egg{
          display: flex;
          border:solid;
          border-radius: 15px;
          position: fixed;
          top: 250px;
      } */
    .header-text {
        font-size: 20px;
    }
}