body {
  background-image: url("./images/hatter.jpg");
  background-color: #cccccc;
}

h2 {
  color: white;
  text-align: center;
}

table {
  font-family: verdana;
  font-size: 30px;
  color: #333333;
}

caption {
    font-size: 125%;
    border: 5px dashed #f7cf2d;
    padding: 5px;
    letter-spacing: 10px;
    font-weight: bold;
    color: blue;
    background-color: #f7cf2d; 
    border-radius: 25px;
}

img {
    width: 100%;
    height: 100%;
}

.arounded {
    border: 5px solid #f7cf2d;
    border-radius: 25px;
    padding: 20px;
}

.alter {
    color: blue;
}

.tinypiclnsc {
    width: 500px;
    height: auto;
}

.tinypicsq {
    width: 500px;
    height: auto;
}
