@charset "utf-8";

body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

hr{
    border: 2px dashed rgb(114, 222, 255);
}

.footer{
    font-size: smaller;
}

.smallpic{
    max-width: 150px;
}

.promopic{

    max-width: 400px;
}
.icons{
    max-width: 70px;
}


/* Shrink thumbnail size if the screen size is 600px wide or less */
@media screen and (max-width: 600px) {

    .banner,.promopic{
        max-width: 400px;
    }

   
}
