<html><head><meta name="viewport" content="width=device-width, initial-scale=1"><style>* {box-sizing: border-box;}body {font-family: Verdana, sans-serif;}.mySlides {display: none;}img {vertical-align: middle;}/* Slideshow container */.slideshow-container {  max-width: 1000px;  position: relative;  margin: auto;}/* Fading animation */.fade {  -webkit-animation-name: fade;  -webkit-animation-duration: 5.0s;  animation-name: fade;  animation-duration: 5.0s;}@-webkit-keyframes fade {  from {opacity: 1}   to {opacity: 1}}@keyframes fade {  from {opacity: 1}   to {opacity: 1}}/* On smaller screens, decrease text size */@media only screen and (max-width: 300px) {  .text {font-size: 11px}}</style></head></html>