
@font-face { font-family:ITC Avant Garde; src: url('font.ttf'); }

.justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type="text"]
{
    padding-top:0.2vh;
	padding-bottom:0.2vh;
	font-size:3vh;
}
.core{
	width: 80%;
	padding : 1%;
	padding-bottom:15%;
	text-align:justify;
	text-align-last: center;
	color:white;
	margin:auto;
	margin-top:10%;
	font-family:ITC Avant Garde;
	font-size:1.9vh;
}
.wording{
	padding:5%;
}
.top{
	font-style:bold;
	text-align:center;
	font-size:2.3vh;
}
img{
	width:40%;
}
form{
text-align:center;
}

body{
    background-image: url('background_kaptain_pub.jpg');
    background-size: cover;
    height:100%;
    padding:0;
    margin:0;
}
input[type="text"]{
	opacity:0.7;
	border:none;
	width:70%;
	
}
textarea{
	opacity:0.7;
	border:none;
	width:70%;
	font-size: 3vh;
}
input[type="submit"]{
	text-align:center;
	border-radius:0;
	border:none;
	
}
.send{
  border: none;
  color: black;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 3vh;
  margin: 2px 2px;
  cursor: pointer;
}