*{
    cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol5.cur), auto !important;
    scrollbar-color: orange black;
    scrollbar-width: thin;
}

body{
    background-color: #4e3401;
    background-image: url('./resources/bones.gif');
    background-repeat:repeat-x;
    font-family: 'New Rocker', cursive;
    color: white;
    padding: 15px;
    /* scrollbar-color: orange black;
    scrollbar-width: thin */
}

a {
    color:#f5a42e;
}

a:hover {
    color: black;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background:black;
}

::-webkit-scrollbar-thumb {
    background: #f5a42e;
}

::-webkit-scrollbar-thumb:hover {
    background:gray;
}


h2 {
    text-align: center;
    font-size: 35px;
}

.images {
    max-width: 300px;
    display: flex;
    margin: auto;

}

.images img  {
    width: 100%;
    border: 2px solid white;
    opacity: 0.5;
    transition: 0.3s;
}

.images img:hover {
    opacity:1;
}


.yummys {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: auto;
    width: 80%;
    padding:10px;
    height: 180px;
    margin: auto;
    background-color: black;
    border: 2px white solid;
}

.yummys img {
    max-height: 110px;
}

#foodanddrinks {
    margin: auto;
    text-align: center;
}

.center img {
    border: 2px white solid;
}

#skeletons {
    display: flex;
    flex-wrap: wrap;
}

#skeletons img {
    max-width: 120px;
}

#floor {
    max-width: 500px;
    margin: auto;
}

#floor img {
    width: 100%;
}

#links {
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}