*{box-sizing: border-box;}


#outer {
  background-color: rgb(150, 120,50);
  padding: 15vmin 11vmin 15vmin 11vmin;
  width:70vmin;
  height: 70vmin;
  margin: 0 auto
}

#secondring {
  background-color:rgb(78, 88,93);
  padding: 12vmin 7vmin 15vmin 7vmin;
  height: 50vmin;

}

#insidesquare {
  background-color: rgb(74, 104,121);
  padding: 20px;
  height: 35vmin;
  
}
h1 {
  font-family: 'Righteous', cursive;
  text-align: center
}

#titles {
  text-align: center;
  font-family: 'Righteous', cursive;
  font-size: 30px; 

}

a {
  text-decoration: none;
  color: #fd6100
}