/*これはコメント*/
html{
  background-color:rgb(44, 211, 248);
}
/*toppage*/
.top{
  text-align:center;
  margin:30px;
}
.top img{
  width:30%;
  min-width:200px;
  max-width:300px;
  margin:auto;
}
body{
  color:rgb(50,50,50);
}
.space{
  margin:10%;
  border-style:groove;
  border-width:medium;
  border-color: aqua;
}
h1 {
  color:greenyellow;
}