*{ box-sizing: border-box;}

*, *: before, *: after {box-sizing:inherit;}

body { background-image: url("table.png");
margin: 0;
background-color: #001833;
background-position: top,bottom;
}



img{ 
max-width 100%
position: relative;
height:auto;
padding-bottom: 20px;
left: 10px;
margin-right: 0;
display: inline-block;
z-index:1}


h1 {
position: relative;
text-align: left;
color:white;
font-family: "Times New Roman", Sans-serif;
text-shadow: 3px 3px 5px black;
font-size: 70px;
margin:10px;
padding-left: 10px;
margin-bottom: 40px;
background-color:rgba(2,2,2,0.4);
margin-right:200px;
animation-name: va2;
animation-duration: 3s;
}

@keyframes va2 {
0% {margin-right: 10px;}
100% {margin-right: 200px;}
}

h2 { font-size: 30px;}

.b{
padding-left: 30px;
display: inline;
text-align: center;
}

.b a{
underline: none;
text-decoration: none;
color: gray;
}

.b a:hover {
underline:none;
cursor:pointer;
color: white;
}


h3 {font-size: 20px;
color: white;
font-family: "Arial", Sans;
background-color: black;
text-align: right;
padding: 10px;
margin-left: 500px;
overflow: hidden;
animation-name: r1;
animation-duration:4s;}

@keyframes r1 {
0% {margin-left: 0;}
100% {margin-left: 500px;}
}

.dropbutton {
background-color: #24478f;
color: white;
padding: 16px;
font-size: 16px;
border:none;
cursor: pointer;
z-index: 2;
-webkit-transition-duration: 0.5ss
transition-duration: 0.5s;}

.dropdown {
position: relative;
display: inline-block;
float: right;
margin-right: 50px;
margin-top: 30px;
z-index: 2;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
}

.dropdown:hover {
box-shadow: 3px 2px 3px 2px;

}



.dropdown-content {
display:none;
right: 0;
width: 30px;
position: absolute;
background-color: #3366cc;
min-width: 160px;
box-shadow: 2px 3px 2px 3px rgba(0,0,0,0.4);
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
z-index: 1;
}

.dropdown-content a {
color: white;
padding: 10px;
text-decoration:none;
display: block;
width: 10;
-webkit-transition-duration: 0.5s
}

.dropdown-content a:hover {background-color: #0f1f3d}

.dropdown:hover .dropdown-content {
display: block;
width: 70px;}


h3 {font-size: 20px;
color: white;
font-family: "Arial", Sans;
background-color: black;
text-align: right;
padding: 10px;
margin-left: 500px;
overflow: hidden;
animation-name: r1;
animation-duration:4s;}

h2 { font-size: 30px;
padding-left:10px;
color: white;}


.column {
float:left;
padding: 10px;
overflow: hidden;
animation-duration: 2s;
animation-name:b1;
}

.left {
  width: 50%;
height: auto;
animation-duration: 2s;
animation-name:e1;
opacity:1;
overflow:hidden;
}

.middle {
width: 10%
}

.right {
width: 50%;
height:330px;
}

@media screen and (max-width:700px) {
  /* For tablets: */
  .right, .left{
    width: 100%;
	margin: 0;
  }
}

 @media only screen and (max-width:500px) {
  /* For mobile phones: */
  .right, .left{
    width: 100%;
    margin:0;
  }
}


.container {
position: relative;
margin: 10px;
padding:10px;
background-color:rgb(0, 51, 102);
color: gray;
font-size: 30px;
animation-duration: 2s;
animation-name: e1;
}

@keyframes e1 {
from {opacity: 0;}
to{ opacity: 1;}
}

p {
display:inline-block;
text-align: left;
color: white;
font-family:"Arial", Sans;
font-size: 16px;
margin-left: 5px;
margin-top: 0px;
padding-top: 0;
padding-bottom: 5px;
margin-bottom: 3px;
margin-right: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
margin-top: 100px;
background-color: #001833;
width: 100%;
padding-top: 10px;
padding-bottom: 20px;
bottom: 0;
position: fixed;
text-align: center;
font-size: 15px;
}


.word{
padding-left: 30px;
display: inline;
text-align: center;
padding:2px 3px 2px 3px;
margin: 3px 3px 3px 3px;
color: white;
}

.word a{
underline: none;
text-decoration: none;
color: white;
}

.word a:hover {
underline:none;
cursor:pointer;
color: gray;
}

