html {
    background: rgb(0, 0, 0);
    font-family: cursive;
    background-position: center;
    text-align: center;
}

body {
    margin: auto;
    width: 90%;
}
a {
    text-decoration: none;
    color: #ff0000;
    background-color: rgb(166, 194, 166);
}

@media screen and (max-width:480px) {
    h1 {
        margin: auto;
        padding: auto;
        font-size: 1.5em;
        color: rgb(223, 115, 245);
        background-color: rgb(253, 253, 182);
        border-radius: 5px;
    }

    h2 {
        margin: auto;
        padding: auto;
        font-size: 1.2em;
        color: rgb(83, 5, 102);
        background-color: rgb(253, 253, 182);
        border-radius: 10px;
    }

    #logo {
        width: 40%;
        height: auto;
    }

    .top {
        display: grid;
        grid-template-columns: 1, 1fr;
        background-image: url(../deco.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .button {
        border-radius: 20px;
        display: inline-block;
        margin: 5%;
        padding: 2%;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: rgb(63, 2, 68);
        background-color: rgb(233, 227, 233);
        text-align: center;
        cursor: pointer;
        white-space: nowrap
    }

    p {
        font-size: 1em;
        margin-left: 10%;
        margin-right: 10%;
        padding: auto;
        line-height: 1.2;
        background-color: rgb(237, 221, 240);
        border-radius: 20px;
    }

    h3 {
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 20px;
        background-color: rgb(243, 217, 247);
    }

    h4 {
        font-size: 1.5em;

    }

    #about {
        background-image: url(../plat1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #plat {
        width: 80%;
        height: auto;
    }

    #eat {
        background-image: url(../plat9.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #vin {
        width: 80%;
        height: auto;
    }

    #drink {
        background-image: url(../vin1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .input {
        margin: 2px;
        padding: 5px;
        border: none;
        border-bottom: 1px solid #ccc;
        width: 90%
    }

    #where {
        background-image: url(../ou.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

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

@media screen and (min-width:480px) and (max-width:960px) {
    h1 {
        margin: auto;
        padding: auto;
        font-size: 2em;
        color: rgb(223, 115, 245);
        background-color: rgb(253, 253, 182);
        border-radius: 10px;
    }

    h2 {
        margin: auto;
        padding: auto;
        font-size: 1.5em;
        color: rgb(83, 5, 102);
        background-color: rgb(253, 253, 182);
        border-radius: 5px;
    }

    #logo {
        width: 40%;
        height: auto;
    }

    .top {
        display: grid;
        grid-template-columns: 1, 1fr;
        background-image: url(../deco.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .button {
        border-radius: 20px;
        display: inline-block;
        margin: 5%;
        padding: 2%;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: rgb(63, 2, 68);
        background-color: rgb(233, 227, 233);
        text-align: center;
        cursor: pointer;
        white-space: nowrap
    }

    p {
        font-size: 1em;
        margin-left: 10%;
        margin-right: 10%;
        padding: auto;
        line-height: 1.2;
        background-color: rgb(237, 221, 240);
        border-radius: 20px;
    }

    h3 {
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 20px;
        background-color: rgb(243, 217, 247);
    }

    #about {
        background-image: url(../plat1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #plat {
        width: 80%;
        height: auto;
    }

    #eat {
        background-image: url(../plat9.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #vin {
        width: 80%;
        height: auto;
    }

    #drink {
        background-image: url(../vin1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .input {
        margin: 2px;
        padding: 5px;
        border: none;
        border-bottom: 1px solid #ccc;
        width: 90%
    }

    #where {
        background-image: url(../ou.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

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

@media screen and (min-width:960px) {
    h1 {
        margin: auto;
        padding: auto;
        font-size: 4em;
        color: rgb(223, 115, 245);
        background-color: rgb(253, 253, 182);
        border-radius: 30px;
    }

    h2 {
        margin: auto;
        padding: auto;
        font-size: 3em;
        color: rgb(83, 5, 102);
        background-color: rgb(253, 253, 182);
        border-radius: 30px;
    }

    #logo {
        width: 40%;
        height: auto;
    }

    .top {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background-image: url(../deco.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .button {
        border-radius: 20px;
        display: inline-block;
        margin: 40px;
        padding: 15px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: rgb(63, 2, 68);
        background-color: rgb(233, 227, 233);
        text-align: center;
        cursor: pointer;
        white-space: nowrap
    }

    p {
        font-size: 1.3em;
        margin-left: 10%;
        margin-right: 10%;
        padding: auto;
        line-height: 1.5;
        background-color: rgb(237, 221, 240);
        border-radius: 20px;
    }

    h3 {
        margin-left: 10%;
        margin-right: 10%;
        border-radius: 20px;
        background-color: rgb(243, 217, 247);
    }

    #about {
        background-image: url(../plat1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #plat {
        width: 60%;
        height: auto;
    }

    #eat {
        background-image: url(../plat9.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #vin {
        width: 60%;
        height: auto;
    }

    #drink {
        background-image: url(../vin1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .input {
        margin: 2px;
        padding: 5px;
        border: none;
        border-bottom: 5px solid #ccc;
        width: 80%;
        border-radius: 20px;
    }

    #where {
        background-image: url(../ou.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}