*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  background:transparent;
}

body{
  min-height:100vh;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

img,
picture,
video,
canvas,
svg{
  display:block;
  max-width:100%;
}

img{
  border:0;
}

input,
button,
textarea,
select{
  font:inherit;
  color:inherit;
}

button{
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
}

a{
  text-decoration:none;
  color:inherit;
}

ul,
ol{
  margin:0;
  padding:0;
  list-style:none;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
}

.wp-block{
  max-width:100%;
}