body{
    background-image: linear-gradient( #fffacf, #ffa9f9 );
    color:rgb(34, 0, 45);
    text-align: center;
}

#header{
    background-image: linear-gradient( #fff7ad, #fa93f9 );
    padding: 10px;
    border-style: groove;
    border-color: #604885;
    border-radius: 10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

#title{
    flex-grow: 1;
    text-align: center;
}

#logotop{
    flex-shrink: 0;
}


#Homepage{
    text-align: left;
}
   

h2{
    color: rgb(213, 49, 164);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 50px;
    text-align: center;
    font-weight: 700;   
    letter-spacing: 10px;
    text-shadow: 2px 2px #b3b3b3;
    text-decoration: underline;
}

h1{
    color:rgb(254, 255, 247);
    font-size: 40px;
    font-family: cursive;
    text-align: center;
    letter-spacing: 5px;
    text-decoration:dotted;
    text-shadow: 2px 2px #848484;
    padding:0px;
    font-variant: small-caps;
    background-color:  #ffa9f9;
    background-image: linear-gradient( from right, #fff7ad, #fa93f9 );
    border: 5px groove #e991ff;
    width: 70%;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

h3{
    color:#75008a;
    text-align: center;
    padding: 1px;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: underline;
}

#welcome{
    text-align: left;
    font-family: sans-serif;
    font-size: 20px;
    color: 	#3c0147;
    padding:10px;
    margin-top: 20px;
}

#square1{
   width: 33%;
   height: 675px;
   border: 3px groove #626262;
   box-sizing: border-box;
   float: left;
   font-family: sans-serif;
   font-size: 18px;
   color:#75008a;
   background-color: rgb(252, 255, 215);
   text-align: center;
   flex:auto;
   border-radius: 10px;
   margin:2px;
}

#square2{
        width: 33%;
        height: 600px;
        border: 3px groove #626262;
        box-sizing: border-box;
        float: left;
        font-family: sans-serif;
        font-size: 18px;
        color:#75008a;
        background-color: rgb(252, 255, 215);
        text-align: center;
        flex:auto;
        border-radius: 10px;
        margin:2px;
     }


#search{
    text-align: right;
    padding: 1px;
}


#poll{
    
    border: 5px groove #bc00a0;
    margin:5px;
    border-radius: 5px;
}


#smedia{
    padding:5px;
    float: right;
    border: 5px groove #bc00a0;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
}

#contact{
    padding:2px;
    float:left;
    font-family: cursive;
    font-size: 16px;
    color:#6c007e;
    text-align: left;
    border-radius: 5px;
}



#footer{
    font-family: sans-serif;
    font-size: 16px;
    padding:10px;
    float:left;
    border-top:5px groove #bc00a0;
    width: 100%;
    text-align: left;
    
}



.nav{
    text-align: center;
    color:#ffffff;
    font-size: 25px;
    padding: 15px;
    font-weight: 500;
    text-shadow: 1px 1px #ffffff;
    background-image:linear-gradient( #fa93f9, #fdffc7 ); 
}

.nav a{
    padding:20px;
}

.nav a:link{
    color:rgb(161, 161, 161);
}

.nav a:visited{
    color:#b933a5;
}

.nav a:hover{
    color:rgb(147, 15, 128);
}

.nav a:active{
    color:rgb(38, 4, 57);
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 600px) {
    .nav, .search {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 10px;
    }
}