body,h1,h2,h3,h4,ul,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);}

ul{display: flex;}
li{list-style: none;
margin:10px 0 0 30px;}

.qs li a{font-size: 20px;
        margin-left: 0;}

.qs img{margin-top: -20px;}

.qs p{text-align: center;
        font-size: 25px;}

.qs form{margin-left: -35px;
        margin-top: 20px;}

.qs button{margin-left: 150px;
        width: 120px;
        height: 50px;
        font-size: 30px;}
.qs button:nth-child(2){
        font-size: 14px;
}

.qs a{text-decoration: none;
    color: rgb(225, 113, 0);
        margin-left: 410px;
        font-size: 40px;}

.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);}
