﻿	body {
		
		font-size:5em;
		}	
	
	img {
	  max-width: 100%;
	  height: auto;
	}
	
	.center {
	position: absolute;
	top: 47%;
	left: 35%;
	transform: translate(-50%, -50%);
	font-size: 6vw;
	color: white;
	}

	.container {
	  position: relative;
	  text-align: left;
	  color: white;
	}

	.top-left {
	  position: absolute;
	  top: 0px;
	  left: 26px;
	}

	/* Style the top navigation bar */
	.topnav {
	  overflow: hidden;
	  background-color: white;
	  font-size:1em;
	}

	/* Style the topnav center */
	.topnav a {
	  display: block;
	  color: #002a46;
	  text-align: left;
	}

	/* Change color on hover */
	.topnav a:hover {
	  background-color: #002a46;
	  color: white;
	}
	

.button1 {
  color: black;
  border: none;  
  background-color: white;
  cursor: pointer;
  width: 100%;
  font-size: 5vw;
    text-align: center;
}

.button1:hover {
	color: white;
    background-color: grey;
}

