*{
    margin: 0px;
    padding: 0px;
}

main{
    margin-top: 70px;
    color: darkslategray;
    line-height: 35px;
}
header{
    font-family:fantasy;
    background-color: whitesmoke;
    height: 180px;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding-bottom: 15px;
    
    
}

header>p{
    position: absolute;
    right: 5px;
    
}

.h1{
    color:rebeccapurple;
   padding-top: 25px;
}

.lul{
    
    margin-top: 15px;
    border: 2px solid black;
    box-shadow: 3px 1px rgba(0, 0, 0, 0.3);
}

.logo{
    -webkit-animation-name: flash;
    animation-name: flash;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    
}
.logo>img{
    width: 40%;
    margin-top: 7%;
    margin-bottom: 5%;
}

.logo:visited{
    width: 40%;

}

hr{
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 15%;
    height: 2px;
    border: none;
    color: grey;
    background-color: grey;
}

.topbutton {
width:100px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
bottom:50px;
right:50px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}

.welcome{
    margin-right: 15%;
    margin-left: 15%;
}

.welcome{
    margin-top: 15px;
    font-family: fantasy;
}

.we{
    padding-left: 4%;
    margin-top: 25px;
    font-family:cursive;
    background-color: whitesmoke;
    height: 180px;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding-bottom: 45px;
}

.wewe>img{
    float: left;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}

.wewe>p{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 60px;
    float: left;
}

.wewe{
    margin-top: 25px;
    float: left;
}


.we:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.form{
    margin-top: 40px;
    margin-right: 30%;
    margin-left: 30%;
    font-family:cursive;
    background-color: whitesmoke;
    height: 180px;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.3);
    height: 100%;
    padding-bottom: 45px;
}

form{
        padding: 15px 35%;
}

textarea{
    display: inline-block;
    width: 140%;
    border: 1px solid grey;
    border-radius: 3px;
}
.email{
    width: 130%;
    border: 1px solid grey;
    border-radius: 3px;
}
.submit
{
    background-color:darkslategray;
    font-family: cursive;
    height: 30px;
    width: 90px;
    border: 1px solid grey;
    border-radius: 2px;
}

.foot{
    margin-top: 20px;
    background-color:whitesmoke;
    border-radius: 3px;
    
}

.social{
    margin-top: 15px;
}
.pluso-more {display: none !important;}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}