.cwaptwap{
height:100%;
  width:100%;
  
}
body{
background-color: rgb(0, 0, 255, .5);
  Color:white;
}
header{
padding: 1vw 1vw;
  text-align:center;
  background-image: linear-gradient( to bottom right, rgb(0, 0, 255, .5), rgb(0,255,0,.5));
}
main{
background-color:white;
padding: 2vw;
  display:flex;
  flex-wrap:wrap;
}
img{
width:75%;
  Height:75%;
}
figure{
width: 90vw;
  height:90vw;
  text-align:center;
  border: 10px.;
}