<style type="text/css">
body {
  font-family: PT Astra Sans;
   background-color: white;
   }

.footer {
   background-color: black;
   right: 0;
   top: 0;
   text-align: center; 
   width: 105%;   
   color: #fafaff;  
   margin-bottom: 1%;
   margin-left: -1%;
   margin-bottom: -1%;
   align-items: center;
   font-family: PT Astra Sans, sans-serif;
   font-size: 18px;
   font-weight: bold;
 }
 
.toper {
   background-color: black;
   right: 0;
   top: 0;
   display: flex;
   text-align: left; 
   width: 105%;   
   color: #fafaff;  
   margin-bottom: 1%;
   margin-left: -1%;
   margin-top: -1%;
   align-items: center;
   font-family: PT Astra Sans, sans-serif;
   font-size: 18px;
   font-weight: bold;
 } 
 
 .tablenoborder
 	{
  	border: 0px;
 	width: 40%;
 	margin: auto;
 	padding: 10px;
 }
 
table {
 	border: 1px solid gray;
 	width: 70%;
 	margin: auto;
 	padding: 10px;
 }
 
input {
 	border: 1px solid gray;
 	padding: 3px;
 	margin: 5px;
 	width: 60%;
 	text-align: center;
 }
 
button {
 	background-color: white;
 	border: 1px solid gray;
 	padding: 5px;
 	margin: 15px;
 	width: 150px;
 	text-align: center;
 }
 
select {
    border-radius: 2px;
    border: 0px solid #777;
    cursor: pointer;
    color: white;
    font-family: PT Astra Sans, sans-serif;
    font-size: 18px;
    text-align: left;
    width: 120px;
    background: black;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: .3em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><path d="M0 0l6 6 6-6z" fill="%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
}


option 
{ 
    padding: 10px; 
    background-color: black; 
    color: white;
    font-family: PT Astra Sans, sans-serif;
    font-size: 10px;
    width: 200px;
}

a
{
 	text-decoration: none;
}

a:visited {
    color: white;
}

.div-frame 
{
	border: 0px solid gray; 
	margin: 2% auto; 
	padding: 1%;  
	display: flex;
	border-radius: 10px; 
	justify-content: center; 
	align-items: center; 
	font-family: PT Astra Sans, sans-serif;
    font-size: 14px;
    color: gray;
}

.div-frame-frame
{
	border: 1px solid #ccc;
	margin: 2% auto; 
	padding: 1%;  
	border-radius: 10px; 
	justify-content: center; 
	align-items: center;
	width: 700px;
	font-family: PT Astra Sans, sans-serif;
    font-size: 14px;
    color: gray;
}

textarea {
	resize: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 600px;
	height: 300px;
	font-family: PT Astra Sans, sans-serif;
    font-size: 16px;
    padding: 10px;
    color: gray;
    font-weight: 200;
}
	
h3 {
	font-family: PT Astra Sans, sans-serif;
    font-size: 18px;
}

form {
	font-family: PT Astra Sans, sans-serif;
    font-size: 16px;
    color: gray;
}

input {
	accent-color: black;
}

button {
	font-family: PT Astra Sans, sans-serif;
    font-size: 18px;
    border: 1px solid #ccc;
	border-radius: 10px;
	color: gray;
}

hr {
	color: gray;
	border: 1px solid #ccc;
	width: 80%;
}



</style>