﻿body, ul, li, h1, h2, a{
  margin: 0;
  padding: 0;
  font-family: tahoma;
}

a
{
	color: white; text-decoration:none
}

p{
  font-size: 18px;
}
header{
  background-color: #F63232;
  padding: 20px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
header h1{
  color: blue;
  border: 8px solid white;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 36px;
}

header h2{
  color: aqua;
  border: 0px
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px
 
}

.temp {
 color: aqua;	
 
}	
	
.centered {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner{
  position: relative;
  text-align: center;
  color: white;
}
.banner img{
  max-width: 100%;
}