﻿html {
  font-family: verdana;
}

body {
    position: relative;
    margin: 2%;
background-image: url('background.jpg');
}



h1 {
font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 2.5em; /* 40px/16=2.5em */
}



h2 {
font-family: arial;
  color: gray;
  font-style: italic;
  font-weight: normal;
  font-size: 0.875em; /* 14px/16=0.875em */
  text-align: right;
}



h3 {
font-family: arial;
  color: black;
  font-weight: normal;
  font-size: 1.875em; /* 30px/16=1.875em */
  text-align: justify;
}



h4 {
font-family: arial;
  color: black;
  font-weight: bold;
  font-size: 1.875em; /* 30px/16=1.875em */
}





h5 {
font-family: arial;
  color: blue;
  font-weight: bold;
  font-size: 1.875em; /* 30px/16=1.875em */
}





h6 {
font-family: Consolas;
  color: blue;
  font-weight: bold;
 font-size: 50px;
}



h8 {
font-family: Consolas;
  color: blue;
  font-weight: bold;
 font-size: 35px;
text-shadow: 5px 5px 5px white;
}



img {
  border-radius: 12px;
  display: block;
  margin-left: 2%;
  margin-right: 2%;
}


div.polaroid {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.container {
  text-align: center;
  padding: 10px 20px;
}



button {
    text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
}


a {
  color: #bb0000;
}

