body {
    color: rgb(15 27 58);
    background: rgb(176 176 176);
    font-family: 'Russo One', sans-serif;
    height: 100%;
    font-size: larger;
    margin: 0px;
    max-width: 400px;
    text-align: left;
  
}

#app {
  width: 400px;
  height: 100%;
}

#result {
    font-size: xx-large;
    padding-left: 40px;
}
#ordinal {
  font-size: x-large;
}
#currentId {
  margin-left: -20px;
}

img {
  width: 300px;
  height: 180px;
  border-style: double;
}

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
    background-color: #8e8e8e;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
  }
  
  /* Style the links inside the navigation bar */
  .navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .navbar a.active {
    background-color: #04AA6D;
    color: white;
  }


a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    padding-left: 10px;
}

ul {
    list-style-type: none;
    padding-inline-start: 10px;
}

.my-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.sortable-ghost {
  opacity: 0.0;
}

.dragged-item .sortable-fallback .sortable-drag{
  opacity: 0.0 !important;
  /* background-color:rgba(0, 0, 0, 0) !important; */
}