body{
background-color: #FC6A03;
text-align:center;
}
h3{
font-size: 60px;
color: white;
-webkit-text-stroke: 1px black;
}
h2{
text-align: left;
font-size: 30px;
}
nav{
font-size: 25px;
display: flex;
gap: 100px; 
color: white;
-webkit-text-stroke: 0.25px black;
justify-content: center;       
}
a{
padding: 10px 20px;        
text-decoration: none;     
border: 1px solid #333;
padding: 10px 20px;
background-color:#FFD580;
}
.active{
background-color: #46280f;
color: white;              
font-weight: bold;         
border-bottom: 2px solid #000; 
}
const{
text-align:center;
}
p{
font-size: 25px;
color: white;
}
li{
text-align: left;
color: white;
font-size: 25px;
}
.browns-stadium {
border: 5px solid white;
}
.special-heading{
color: white;
text-align: center;
font-size: 45px;
-webkit-text-stroke: 1px black;
}
.the-information{
    text-align: left;
    font-size: 20px;
    margin-left: 50px;
    margin-right: 50px;
}


