/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;


}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
*{
  margin:auto;
  padding: 0;
}
body
{

  background-image: url("src/back.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.art
{
  z-index:1;
  position: absolute;
  top: 28em;
  width: 12em;
  right: 15em;
}
main
{
  width: 70%;
  height: 38em;
  background: #3b3939;
  margin: auto;
  margin-top: 1em;
  display: block;
  border: 10px solid #e8552b;
  border-radius: 50px;
  overflow: auto;
}
header
{
  background: #e8552b;
  width: 60%;
  height: 4em;
  display: block;
  margin: auto;
  color: white;
  text-align: center;
  padding-top: 1em;
  border: 2px solid transparent;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
h1
{
  font-size: 30px;
  display: block;
  font-family: 'Comfortaa', cursive;
}
input{
  margin-top: 4em;
  border-radius:30%;
  width:40px;
  cursor:pointer;
  height:40px;
  background-color:white;
  border: 1px solid white;
  background-image:url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-search-strong-256.png");
  background-size:30px;
  background-position:center;
  font-size:18px;
  color:grey;
  background-repeat:no-repeat;
  transition-property:width, border-radius, background-position, padding-left/*, transform*/;
  transition-duration:0.5s;
  color: white;
}
input:focus{
  /*transform:rotate(-360deg);*/
  width:330px;
  border-radius:5px;
  cursor:text;
  padding-left:40px;
  padding-right:20px;
  background-position:5px;
  color: black;
}
button
{
  font-size: 15px;
  font-weight:bold;
  width: 80px;
  height: 40px;
  background:#e8552b;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor:grab;
  color: white;
  font-family: 'Hind Madurai', sans-serif;
}
.h3hai
{
  background: #e8552b;
  width: 15em;
  height: 1.5em;
  font-family: 'Quicksand', sans-serif;
  word-spacing: 10px;
  text-align: center;
  padding-top: 0.3em;
}
h4
{
  font-family: 'Raleway', sans-serif;
}
.api
{
  width: 80%;
  height: 20em;
  margin-top: 20%;
}
.topss
{
  width: 250px;
  height: 150px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin-top: -1em;
  display: inline;
  position: relative;
  top: -30px;
}
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  font-family: monospace;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-text {
  background-color: #FEFAE3;
  padding: 17px;
  font-size: 20px;
  border: 1px solid #F0E1A1;
  font-family: sans-serif;
  display: block;
  margin: 22px;
  text-align: center;
  color: #61534e;
}
.hide
{
  display: none;
}
.unhide{
  display: flex;
  width: 150%;
  height: 25em;
  position: relative;
  left: -25%;
}
.unhide>img
{
  width: 200px;
  height: 200px;
}
.stars
{
  font-size: 20px;
  line-height: 40px;
  color: white;
  border: 3px solid white;
  border-radius: 20px;
  display: block;
  width: 80%;
  height: 25em;
  position: relative;
  top: 120px;


  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  background-position: left;
  background-position-x: revert;
  background: border-box;
  width: 200px;
  height: 100px;
  display: inline-flex;
}
.cards
{
  width: 150px;
  flex-direction: row;
  flex-flow: row;
  height: 200px;
  text-align: center;
  font-weight: lighter;
  font-style: italic;
  margin: 30px;
}
