body,h1,h2,h3,h4,li,a,p,img{margin: 0;
                            padding: 0;}

body{background-image: url(../images/back.png);}

.header_img img{width: 100%;}

h1{text-align: center;
    font-size: 75px;
    text-shadow: 5px 0 10px darkorchid;
    color: rgb(255, 255, 255);
    margin-top: -50px;}

.qs{width: 900px;
    height: 550px;
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    border-radius: 10%;
    border: 10px solid rgb(225, 113, 0);}

.qs img{width: 500px;
        margin-left: 200px;}

.qs p{text-align: center;
    font-size: 60px;
    margin-top: 80px;}

.qs a{text-decoration: none;
    color: rgb(225, 113, 0);}
.qs a:hover{opacity: 0.5;
            color: black;}

footer{background-color: rgb(69, 39, 117);
        width: 100%;
        margin-top: 50px;}
footer p{text-align: center;
        padding: 20px;
        color: rgb(255, 255, 255);}

