@charset "UTF-8";

html {
  font-size:62.5%;
}
body {
  font-size:3rem;
  text-align:center;
}
body img{
    width:300px;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}