
body {
    background-image:url(Spice-Island-Beach-Resort__2018_new-Beach13.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.explorebtn {
        height:25px;
        width:125px;
        background-color:#038cfc;
        padding: 30px;
        border-radius: 40px;
        margin-left: auto;
        margin-right: auto;
        border-color: orange;
    }

.explore {
    color: white;
    font-size: 25px;
    text-decoration: none;
    display: block;
}

@media screen and (max-width:800px) {
    body {
        background-image: url(877yqz.jpg);
    }
}