
.container {
    background-image: url(./images/background.jpg);
    height: 735px;
    width: 980px;
}
header, .text-center {
    width: 1580px;
}

.text-center1 {
    width: 700px;
    text-align: center;
    padding-left: 160px;
}

.navbar{
background-color: rgb(82, 35, 126);
width: 1580px;
}

#intro1,#intro2,#intro3 {
background-color: #fdfde2 ;
border: 2px solid rgb(107, 72, 143);
position: relative;
left: 0px;
top: 10px;
width: 530px;
padding-left: 10px;
border-radius: 10px;
margin-bottom: 10px;
}

h2,h3 {
color: rgb(82, 35, 126);;
font-family: serif;
font-style: normal;
position: relative;
}

h3>span {
    color: rgb(194, 60, 82);
}

.valid-form {
    position: relative;
    top: -290px;
    right: -600px;
}

form {
    width: 355px;
}

#submitButton {
    background-color: rgb(107, 72, 143);
}

.result {
    position: relative;
    top: -250px;
    left: 0px;
}

.social-info {
    position: relative;
    margin-top: 100px;
    text-align: center;
    position: relative;
    top: -230px;
    left: -30px;
}

footer {
    background-color: rgb(52, 20, 82);
    height: 50px;
    width: 1580px;
    margin: 5px;
}

marquee {
color: whitesmoke;
font-size: xx-large;
padding-top: 5px;
}