
body {
    background-image: url(https://i.postimg.cc/nLDvFL9p/Untitled2-20250801124617.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   



}

.main {
    color:aliceblue;
    text-align: center;
    border: 7px outset ;
    background: #AB8475;
    max-width: 60%;


    
    
    
}

.header {
  max-width: 100%;
  background-size: cover;
  background-image:url();
  background-color: #684857;
  border-radius: 15px 15px 0px 0px
}

nav {
   max-width: 100%;
   height: auto;
   color: white;
   margin-bottom: 10px;
   background-color: #3D3149;
   text-align: center;
   font-size: larger;
}

nav a:link {
  color: white; 
  text-decoration: none;
}
nav a:visited {
  color: white; 
  text-decoration: none;
}

nav li { 
  display: inline-block;
  padding: 10px
}

.wrapper {
  display: flex;  
  flex-flow: row wrap;
  text-align: center;
  justify-content: center; 
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
