body {
    margin: 0px;
}

a {
    text-decoration: none;
    color: black;
}
.main{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-bottom: 2px solid rgb(0, 153, 255);
}
.main h2{
    padding: 15px 10px 0px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.main p{
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
}
.mp{
    font-weight: 700;
    padding: 0px 5px 10px 5px !important ;
    border-bottom: 2px solid;
    width: fit-content;
    margin: auto;
    /* margin-left: 10px; */
    margin-bottom: 20px;
    font-size: 18px;
}
.menu{
    margin-top: 20px;
}
.menu select{
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    background: white;

}
.seasons {
    padding: 10px 10px 10px 10px;
    /* box-shadow: 0px 1px 10px 0px gray; */
    border-bottom: 2px solid #353535;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.seasons .flex {
    display: flex;
    align-items: center;
}

.seasons .flex img {
    width: 40%;
}

.seasons .flex p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

.seasons .sp {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}