body{
    background-color: #000055;
    color: #FFFFFF;
}

h1 {
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
}
h2 {
    background: -moz-linear-gradient(top, #AA1520, #FF3333);
    background: -webkit-linear-gradient(top, #AA1520, #FF3333);
    background: linear-gradient(to bottom, #AA1520, #FF3333);
    color: #000000;
}
h3 {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;
  color: #000000;
  background: #a6d3c8;
}

h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);
}
section{
    background-color: #664422;
}
a {
    color: #0000FF;
    font-size: large;
}
.link{
    background: -moz-linear-gradient(top, #AAAAAA, #EEEEEE);
    background: -webkit-linear-gradient(top, #AAAAAA, #EEEEEE);
    background: linear-gradient(to bottom, #AAAAAA, #EEEEEE);
    margin: 25px;
    padding: 10px;
}
.outer{
    color: #7777FF;
}
@media screen and (max-width:520px){
    h1 img{
        width: 211px;
        height: 39px;
        
    }
    .menu img{
        width: 100px;
        height: 45px;
    }
}

@media screen and (min-width:520px) and (max-width:750px){
    h1 img{
        width: 300px;
        height: 60px;
        
    }
    .menu img{
        width: 150px;
        height: 66px;
    }
}