body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  flex-direction: column !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* .container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
} */

img {
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
button {
  width: 100px;
  padding: 10px 20px;
}
::-webkit-scrollbar{
      display: none;
    }