@font-face {
      font-family: "Ubuntu-Regular";
      src: url("Ubuntu-Regular.ttf");
}

* {
 font-family: "Ubuntu-Regular";
}


 body {
  background-image: url("port.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}

.items:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.okkey {
  font-size: 16px;
}

.othkey {
  font-size: 14px;
}


footer {
    background-color: #800080;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

header { 
  display:block;
  position: fixed;
  background-color: #800080;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
}

.footertable {
  width: 100%;
}

.footerth {
  width: 33%;
}

.mtable {
  text-align: center;
  width: 100%;
}

.fifty {
	width: 50%;
}

 button {
  border-radius: 30px;
  border-style: ridge;
  border-width: 3px;
  background: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 3px;
  padding: 14px;
 }
 
  
.jus {
 text-align: justify;
 margin-right: 5px;
 margin-left: 5px;
 color: #000000;
 background-color: rgba(255, 255, 255, 0.7);
}

.reverse {unicode-bidi: bidi-override; direction: rtl;}

input[type=image] {
	
  border-radius: 30px;
  border-style: ridge;
  border-width: 3px;
  background: #ffffff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 2px;
  padding: 5px;
 
} 

input[type=image]:focus {
	
  border-radius: 30px;
  border-style: ridge;
  border-width: 3px;
  background: #ffffff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 2px;
  padding: 5px;
  outline: none;
 
} 


div:focus {
  outline: 2px solid #FFFFFF;
}

#contentfull {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 20px;
  bottom: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
}

