html {
  height: 100%;
  width: 100%;
}

body{
  text-align: center;
  color: #1c2333;
  background-color: #686767;
  font-family:cursive;

}

img{
  width: 300px;
  border-radius: 16px;
}