body {
    margin: 0;
    background-color: rgb(255, 230, 255);
}

.main-header {
    padding: 20px 5px;
    font-family: 'Quintessential', cursive;
    font-size: 46px;
    text-align: center;
    background-color: rgb(182, 211, 255);
}

img {
    padding: 3px;
    box-shadow: inset 0px 0px 0px 5px white, 3px 3px 13px 4px black;
    max-width: 100%;
    max-height: 100%;
}

.image {
    padding: 20px;
    text-align: center;
}

.wide {
    width: 300px;
    height: 200px;
}

.narrow {
    width: 200px;
    height: 300px;
}

.text {
    width: 200px;
    padding: 20px;
}

.text div {
    text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    padding: 5px;
    box-shadow: inset 0px 0px 0px 5px white, 3px 3px 13px 4px black;
    background-color: rgb(247, 255, 204);
}

.notice div {
    background-color: rgb(255, 213, 202);
}

@media (min-width: 900px), (min-height: 900px) {
    .wide {
        width: 400px;
        height: 266px;
    }

    .narrow {
        width: 266px;
        height: 400px;
    }

    .text {
        width: 400px;
    }
}

@media (min-width: 1500px), (min-height: 1500px) {
    .image.wide {
        width: 500px;
        height: 333px;
    }

    .image.narrow {
        width: 333px;
        height: 500px;
    }

    .text {
        width: 500px;
    }
}
