
	
	.Websiteheader {
	  font-size: 60px;
	  padding-bottom: 30px;
	  margin-bottom: 20px;
	  
	  }
	  
	     .headercontainer {
	   height: 100px;
     background-color: seashell;
     border: outset seashell 2px;
     border-radius: 25px;
     width: 40%;
     margin-bottom: 1px;
	    
	    }
	    
	    header img{
	      margin-top:5px:
	      border:1px solid red;
	      }
	    
	 .smallercontainer {
	   height: 90px;
     background-color: seashell;
     border: solid cadetblue 2px;
     border-radius: 25px;
     width: 30%;
     margin-bottom: 20px;
	    
	    }
	    
	 .maincontentcontainer {
	   width: 1300px;
	   background-color: rgba(255, 245, 238, 80%);
	   margin:auto;
	   border: solid seashell 2px;
	   border-radius: 25px;
	   
	      }
	
	@font-face {
    font-family: 'Norwester';
    src: url('Norwester-Regular.woff2') format('woff2'),
        url('Norwester-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    }

			body {
				font-family: Verdana;
				font-size: 20px;
				color: cadetblue;
				background-color: CadetBlue;
				cursor: url("horsecursor.gif"), auto;
				cursor: url("horsecursor.gif"), pointer;
				
				}
				p {
				  font-family: Verdana;
				font-size: 20px;
				  }
				
			h1 {
			  font-family: 'Norwester';
			  font-size: 30px;
				color: cadetblue;
				
				}
			h2 {
			  font-family: 'Norwester';
				}
			a:link {
        color: seashell;
        background-color: transparent;
         text-decoration: underline;}
         #navbar {
                height: 30px;
                background-color: seashell;
                border: outset seashell 2px;
                border-radius: 25px;
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
                font-size: 30px;
                font-family: 'Norwester';
            }

            #navbar li {
                padding-top: 0px;
          
            }

            #navbar li a {
                color: cadetblue;
                font-weight: 800;
                text-decoration: none;
            }

            #navbar li a:hover {
                color: powderblue;
                
            }

            #flex {
                display: flex;
            }

