/* CSS Document
Color Scheme
purple: #5d0652;
Green: #669933;
font-family:"Arial Black", Gadget, sans-serif;
*/








body {
 font-family: "Rowdies", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1 {
  color:  rgba(93,6,82,255);
}

h1 {
    color: ;
}
#LA {
    font-style: arial;
    
    p {
  font-family:arial;
  font-size: 20px;
}
.links {
    font-family:"Old Standard TT", Courier, monospace;
}
}
h2 {
  color:rgba(93,6,82,255);
  font-family: arial, Helvetiea, sans-serif;
  font-size: 36px;
 
 td {
 color; rgba (93,6,82,255);
 
 h3 {
  color:rgba (93,6,82,255);
  font-family: arial, Helvetiea, sans-serif;
  font-size: 36px;
body {

  /*
  Author:Landon Smith
  Date:3/6/25
  */
  
  /*Body Styles
     */
     
     a {
         text-decoration:none;
     }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

header {
  
    color: #5d0652 ;
    padding: 10px 0;
}

#logo {
    float: left;
    font-size: 1.5em;
}

nav {
    float: right;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    display: inline-block;
    margin-left: 20px;
}

.nav-links li a {
    color: #5d0652 ;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    transition: background-color 0.3s;
}

.nav-links li a:hover {
   ;
}

.content {
    padding: 50px 0;
    text-align: center;


body {
  background-image: url 61QiJfzapvL._UF1000,1000_QL80_.jpg;
  background-repeat:no-repeat;
  background-position: center;
}


body {
  background-color: lightblue;
}