body{
	background-image: url(images/background.png);
	font-family: Futura;
}

h1{
  text-align: center;
  font-size: 50px;
  }
h2{
  text-align: center;
  font-size: 15px;
  }
  
h3{
  text-align: center;
  font-size: 20px;
  }
  
div2 {
  text-align: center;
  font-size: 30px;
  }
img {
  display: block;
  margin: auto;
  }
  
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 30px;
  text-align: center;
}
  
.dropbtn {
  background-image: url(images/button.png);
  background-size: contain;
  background-color: #3377ff;
  color: white;
  margin-left: 40px;
  margin-top: 40px;
  padding: 16px;
  font-size: 26px;
  font-family: Futura;
	src: url(PlaywriteNO-Regular.ttf);
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-image: url(images/buttondim.png);
  transition: 0.2s ease-in;
  background-color: #0000b3;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:  #e6e6ff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 40px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 20px;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

@font-face {
	font-family: Futura;
	src: url(PlaywriteNO-Regular.ttf);
}
@media only screen and (max-width: 600px) {
  body {
    background-color: #635477;
	background-image: none !important;
  }
}

.idiot {
	margin-top: 25px;
}
.background {
  border: 2px solid black;
  margin-left: 10%;
  margin-right: 10%;
}

div.transbox {
  margin: 0px;
  padding: 5px;
  background-color: #000000;
  border: 1px solid black;
  opacity: 0.6;
  filter: opacity(60);
}

div.transbox p {
  margin: 5%;
  font-size: 30px;
  text-align: justify;
  color: #ffffff;
}
