@font-face {
font-family: "UnionRodeo";
src: url("https://vaquero-rodeo.neocities.org/fonts/Union%20Rodeo.ttf");
}

@font-face {
font-family: "ByteBounce";
src: url("https://vaquero-rodeo.neocities.org/fonts/ByteBounce.ttf");
}

@font-face {
font-family: "Centralwell";
src: url("https://vaquero-rodeo.neocities.org/fonts/Centralwell.ttf");
}

@font-face {
font-family: "Eastwood";
src: url("https://vaquero-rodeo.neocities.org/fonts/Eastwood.ttf");
}

@font-face {
font-family: "Dico";
src: url("https://vaquero-rodeo.neocities.org/fonts/Dico.ttf");
}


@font-face {
font-family: "GrapeSoda";
src: url("https://vaquero-rodeo.neocities.org/fonts/GrapeSoda.ttf");
}



@font-face {
font-family: "Music";
src: url("https://vaquero-rodeo.neocities.org/fonts/CKAS.ttf");
}

@font-face {
font-family: "Horses1";
src: url("https://vaquero-rodeo.neocities.org/fonts/DJ_horses_1.ttf");
}

@font-face {
font-family: "Horses2";
src: url("https://vaquero-rodeo.neocities.org/fonts/YEEHAW.TTF");
}

@font-face {
font-family: "Birds";
src: url("https://vaquero-rodeo.neocities.org/fonts/Madarak.ttf");
}

body{
  background-size: cover;
  color: #ebe1da;
  background-image: url(https://vaquero-rodeo.neocities.org/buttons/IMG_0581.JPG);
  text-align: center;
}

main{
  background-color: #7b614e;
  margin: 100px 250px 100px 250px;
  border: 6px double #303336;
  padding: 10px 40px 10px 40px;
}

h1{
  font-family: "UnionRodeo";
  letter-spacing: 10px;
  font-size: 65px;
  font-weight: lighter;
  text-shadow: 2px 4px #303336;
}

h2{
  font-family: "UnionRodeo";
  letter-spacing: 10px;
  font-size: 40px;
  font-weight: lighter;
  text-shadow: 2px 4px #303336;
}

h3{
  font-family: "Horses1";
  letter-spacing: 2px;
  font-weight: lighter;
}

p{
  font-family: "Dico";
  font-size: 20px;
}
  
  
ul{
  list-style-position: inside;
  text-align:center;
  line-height: 30px;
  padding-right: 35px;
}

#idea{
  font-size: 20px;
  font-family: "Dico";
}

a {
    color: #b4c3cf;
    text-decoration: none;
}

#nav{
  font-family: "ByteBounce";
  font-size: 45px;
  list-style-type: none;
  word-spacing: 30px;
}




