@charset "UTF-8";

body {
     overflow: hidden;
     background-image: url("back_mb.jpg");
     background-size: cover;
     background-attachment: fixed;
     background-position: top left;
     color:aqua;
     }

.send{
     width:150px;
     height:30px;
     font-size:16px;
     color:blue;
     }

a{ 
	color:lime;
    font-size:16px;
	 }

