body {
  background-image: url(fishplaid.jpg);
  font-family: Garamond,Serif ;
}

.box{
  border-style: solid;
  border-width: thin;
  background-color: floralwhite;
  }


.extra{
  border-style: solid;
  border-width: 7px;
  border-image: url("https://i.imgur.com/2jXrMdE.png") 11 fill round;
  width: 200px;
  height: 200px;
  }
  
  img{
    border-radius: 20px;
    }

  .basic{
    text-align: center;
    border-style: solid;
    border-width: 2px;
    width: 400px;
    height: 400px;
    overflow: scroll;
    }
































