@charset "UTF-8";
body,
main,
img{
  width: 100%;
}
@media (orientation: landscape){
  main{
    display: flex;
    justify-content: center;
  }
  img{
    width: auto;
    height: 100dvh;
    transform: rotateZ(0deg);
    margin: auto;
  }
}