/* berryaesthetic.tv css */

body {
    background: #dbc8cd url(berryaesthetic-picnic-background.png) repeat;
    margin: 0;
}

.schedule {
    display: flex;
    justify-content: center;
}

img {
    padding: 3%;
    max-width: 1200px;
}

@media only screen and (max-width: 1920px) {
    img {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1280px) {
    img {
        max-width: 900px;
    }
}