body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;
        
    }
    p{
        color:yellow;
    }
    section ul{
        color: yellow;
    }
   
h3{
        margin-left: -70vw;
        color: silver;
    }
    .qwe{
        height: 20px;
        width: 30px;
        margin-left: 90vw;
    }
    .ra{
        height: 40vw;
        width: 60vw;
        background-color: aliceblue;
        color: #555;
        margin-left: 57vw;
        
    }


header {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    height: 93px;
    width: 1308px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    background-color: #555;
    height:40px;
    width: 95vw;
}

nav ul li {
    display: inline-block;
    margin: 10px 25px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 30px ;
    position: relative;
    width: 1288px;
    
   
}
.op{
    background-color: silver;
    background-image: url(mental.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
section {
    padding: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20vw;
    width: 84vw;
    background-image: url(mental.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 8px;
    box-shadow: 0 2px 5px orange;
}


 
form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

input, textarea {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #555;
}



/* Media Queries for Mobile Devices */
@media screen and (max-width: 768px) {
    header {
        padding: 15px;
        width: 98%;
    }
    body{
       
        background-color: black;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        
    }

    nav ul li {
        display: inline-block;
        margin: 10px 5px;
    }

    section {
        margin: 10px;
        padding: 50px;
        box-shadow: 0 2px 5px orange;
    }

    form {
        width: 100%;
        margin: 0 10px;
    }

    footer {
        font-size: 12px;
        padding: 8px;
        width: 100%;
        
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
    body{
        
        background-color: black;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -60px;
        background-position-y: -50px ;
       
        background-attachment: fixed;
        
        
    }
    header {
        padding: 8px;
        width: 96vw;
        height: 150px;
    }
   
    nav ul li {
        display: inline-block;
        margin: 5px 5px;
        text-align: center;
        
    }
     h1{
        margin-top: 10px;
        margin-right: 15vw;
     }
     
    section {
        margin: 5px;
        padding: 60px;
        margin-top: 20px;
        height: 100vw;
        width: 67vw;
        font-size: smaller;
        background-image: url(man-walking-dog.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
       
    }
    .q{
        margin-top: 30px;
        font-size: x-small;
    }
p{
    color:yellow;
}
section ul{
    color: yellow;
}
    form {
        width: 100%;
        margin: 0 10px;
    }

    input, textarea {
        font-size: 14px;
    }
   h3{
    margin-left: 5px;
   }
    footer {
        font-size: 12px;
        padding: 8px;
        width: 96vw;
        height: 100px;
        margin-top: 10vw;
    
        
    }
    
   
    
}
