html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('http://i.imgur.com/JIys63C.jpg');
background-color:#2d3a80;
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
color:#fff;
text-align: justify; center;
letter-spacing:1px;
align: center;
}

button-container{
position:absolute;
width:735px;
min-height:100%;
margin:72px auto;
padding:8px;  
}
.hover{
background:rgb(35,0,35);
}

#box1{

}

#header{
height:350px;
width:735px;
background-image:url('http://i.imgur.com/60rpjen.png');
border:1px solid #230023;
}

#linkity{
position:absolute;
top:-23px;
left:7px;
width:735px;
line-height:30px;
text-align:center;
}

#linkity a{
width:120px;
display:inline-block;
margin-right:-3px;
background-color:#230023;
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:uppercase;
letter-spacing:2px;
border:1px solid #230023;
}

#linkity a:hover{
background-color:rgba(35,0,35,0.4);
border-bottom:1px solid #fff;
-moz-transition:.4s;
-webkit-transition:.4s;
transition:.4s;}

#box2{
position:absolute;
top:359px;
width:528px;
min-height:100%;
border:1px solid #230023;
margin-right:4px;
padding:8px;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
} 

#box3{
position:absolute;
top:359px;
left:553px;
width:174px;
min-height:100%;
border:1px solid #230023;
padding:8px;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:times;
font-style:bold;
display:block;
border-bottom:1px solid #a481b0;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('http://i.imgur.com/JIys63C.jpg');
}

a{
color:#fff;
background:#000;
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,35);
}

iframe{
hight: 100px;
width: 50px;
}
  /* Let's make the links bigger and add some depth */
    a {
      font-size: 24px; /* This makes the font size bigger */
      text-decoration: none; /* Removes the default underline */
      padding: 10px; /* Adds some padding around the link */
      border-radius: 5px; /* Rounds the corners of the link */
      box-shadow: 5 0 10px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
      color: #90ee90; /* Fusia pink */
    }
    
    /* Change link color on hover */
    a:hover {
      color: #9b30ff; /* Purple */
      background-color: #90ee90; /* Fusia green */
    }
    body{
    text-align: center;
    }
    
     /* Style for the logo */
    .logo {
      width: 450px; /* Adjust the width of the logo */
      height: 255px; /* Maintain aspect ratio */
      border-radius: 30px; /* Adds rounded corners */
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); /* Adds a shadow for depth */
      transition: transform 0.3s ease-in-out; /* Adds smooth transition for floating effect */
    }

    /* Floating effect on hover */
    .logo:hover {
      transform: translateY(-10px); /* Moves the logo up slightly on hover */
    }
    