html {
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/logo.png);   
}

body




nav {
    background-image:linear-gradient(rgb(197, 31, 230), rgb(23, 166, 185));
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
    box-shadow: 5px 5px rgb(244, 17, 134);
}
nav a {
    padding-left: 10px;
    padding-right: 10px;
    color: white;
   
 
}
main {
 text-align: center;
 
 background-repeat: no-repeat;
 height: 600px;
    
}
h1 {
    font-size: 50px;
    font-family: cursive;
    text-shadow: 2px 2px royalblue;
}
h2{
    font-size: 40px;
    font-family: cursive;
}
P {
    font-size: 20px;
    
}
footer {
    height: 50px;
    background-image: linear-gradient(rgb(197, 31, 230), rgb(23, 166, 185));
    border-radius: 25px;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
}
a:hover { background: rgb(77, 4, 84);}
a:active { background: rgb(233, 7, 71); color: white;}

.left{ text-align: left;
padding-left: 50px;}
h3 {text-align: left;
    font-size: 22px;
padding-left: 50px;}
img {
    float: left; padding-left: 50px;
    
}
