body {background: linear-gradient(darkblue,lightblue); background-repeat: no-repeat; background-attachment: fixed; text-align: center; font-family: arial narrow;}
h3 {color: white; line-height: 0px;}
a {color: white; text-decoration: none;}
a:link {color: white; text-decoration: none;}
button {background: linear-gradient(to right, darkblue, blue, darkblue); border-radius: 40px 15px; border: 2px solid yellow; font-size: 20px;}
.button:hover {background-color: blue; color: white; border-radius: 40px 15px; padding: 10px;}
span {border-style: solid; border-color: black; border-width: 2px; padding: 4px; background-color: royalblue; border-radius: 40px 15px;}
footer {position: fixed; right: 0; bottom: 0;}
.dropbtn {background-color: darkblue; border-radius: 40px 15px; border: 2px solid yellow; color: white; font-size: 20px;}
.dropdown {position: relative; display: inline-block;}
.dropdown-content {display: none; position: absolute; background-color: darkblue; min-width: 130px; box-shadow: yellow; z-index: 1; border-radius: 4px; font-size: 20px;}
.dropdown-content a {color: yellow; padding: 5px 5px; text-decoration: none; display: block; border-radius: 4px;}
.dropdown-content a:hover {background-color: blue; border-radius: 4px;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: blue;}
.container {position: relative;}
.center {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 18px;}
.shade {opacity: 0.6;}
marquee {color: white; width: 40%; height: auto; font-weight: bold;}
img {max-width: 70%;}
#img2 {max-width: 10%;}
{background-image: linear-gradient(to right, darkblue, blue , darkblue); color: white; font-size: 20px; border-radius: 40px 15px; padding: 10px;}

