@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap');
body {
    background-image: url(https://files.catbox.moe/794wwb.jpg);
    background-repeat: repeat;
    font-family: 'Darumadrop One', cursive;
    color: rgb(204, 255, 235);
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat984.cur), auto !important;
}
p {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.container {
    width: 760px;
    height: 680px;
    background-color: rgb(46, 104, 67);
}
.mySlides {
    width: auto;
    height: 50%;
}
.w3-button {
    background-color: rgb(175, 237, 212);
    color: rgb(143, 36, 54);
    border: 3px groove rgb(143, 36, 54);
}
.w3-button:hover {
    background-color: rgb(104, 183, 152);
}
