body {
    background-size:2000px;
}
#main {
    margin:10px auto;
}
#container{
 margin:10px auto;
}
#second {
    position: relative;
    margin:0 auto;
    height: 7px;
    width: 500px;
    top: 40px;
    color: white;
    text-align: center;
    font-size: 75px;
}
#logo{
    height:  240px;
}
a {
    font-size: 40px;
    color: white;
  text-shadow:
   -2px -1px 0 #000,  
    2px -1px 0 #000,
    -2px 1px 0 #000,
     2px 1px 0 #000;  
}
a:hover{
     text-decoration: none;
     color: #008000;
     border: solid 2px;
}
