@charset "utf-8";
body{
  text-align: center;
  img{
    width: 20%;

    max-width: 500px;
  }
  img,h1{
    margin-top: 40px;
    color:red;
  }
}